TCollectionList<T>.TEnumerator.Reset Method

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

Namespace: Spring.Collections.Lists
public
 procedure Reset; override;

Overrides

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