IEnumerator.Reset Method

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

Namespace: Spring.Collections
public
 procedure Reset;
Spring.EInvalidOperationException
The collection was modified after the enumerator was created.
Spring.ENotSupportedException
The Reset method is not supported.