| PooledEnumerableTIEnumeratorMoveNext Method |
Advances the enumerator to the next element of the collection.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax bool IEnumerator.MoveNext()
Private Function MoveNext As Boolean
Implements IEnumerator.MoveNext
private:
virtual bool MoveNext() sealed = IEnumerator::MoveNext
private abstract MoveNext : unit -> bool
private override MoveNext : unit -> bool
Return Value
Type:
Boolean if the enumerator was successfully advanced to the next element;
if the enumerator has passed the end of the collection.
Implements
IEnumeratorMoveNextSee Also