TIteratorBase<T>.Reset Method

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

Namespace: Spring.Collections.Base
public
 procedure Reset; virtual;

Implements

IEnumerator.Reset
Spring.EInvalidOperationException
The collection was modified after the enumerator was created.
Spring.ENotSupportedException
The Reset method is not supported.