Method MoveNext
MoveNext()
Advances the enumerator to the next element of the collection.
public bool MoveNext()
Returns
- bool
trueif the enumerator was successfully advanced to the next element;falseif the enumerator has passed the end of the collection.
Exceptions
- InvalidOperationException
The collection was modified after the enumerator was created.