IEnumerator.MoveNext Method

Advances the enumerator to the next element of the collection.

Namespace: Spring.Collections
public
 function MoveNext: Boolean;

Return Value

Type: Boolean

True if the enumerator was successfully advanced to the next element; False if the enumerator has passed the end of the collection.

Spring.EInvalidOperationException
The collection was modified after the enumerator was created.