|
inlineoverridevirtual |
Sets the enumerator to its initial position, which is before the first element in the collection.
xtd::invalid_operation_exception | The collection was modified after the enumerator was created. |
xtd::not_supported_exception | The enumerator does not support being reset. |
Implements xtd::collections::generic::ienumerator< type_t >.