TIteratorBase<T>.MoveNext Method

Advances the enumerator to the next element of the collection.

Namespace: Spring.Collections.Base
public
 function MoveNext: Boolean; virtual;

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.

Implements

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