TTakeWhileIterator<T>.MoveNext Method

Advances the enumerator to the next element of the collection.

Namespace: Spring.Collections.Extensions
public
 function MoveNext: Boolean; override;

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.

Overrides

TIteratorBase<T>.MoveNext
Spring.EInvalidOperationException
The collection was modified after the enumerator was created.