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

◆ reset()

template<typename type_t >
void xtd::collections::generic::enumerator< type_t >::reset ( )
inlineoverridevirtual

Sets the enumerator to its initial position, which is before the first element in the collection.

Exceptions
xtd::invalid_operation_exceptionThe collection was modified after the enumerator was created.
xtd::not_supported_exceptionThe enumerator does not support being reset.

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