xtd 0.2.0
Loading...
Searching...
No Matches

◆ move_next()

template<typename type_t >
bool xtd::collections::generic::enumerator< type_t >::move_next ( )
inlineoverridevirtual

Advances the enumerator to the next element of the collection.

Returns
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Exceptions
xtd::invalid_operation_exceptionThe collection was modified after the enumerator was created.

Implements xtd::collections::generic::ienumerator< type_t >.