Click or drag to resize
ListTEnumeratorMoveNext Method

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool MoveNext()

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

IEnumeratorMoveNext
Exceptions
ExceptionCondition
InvalidOperationExceptionThe collection was modified after the enumerator was created.
See Also