pmMDA.NET

SetRangeEnumerator.MoveNext Method 

[This is preliminary documentation and subject to change.]

Advances this enumerator to the next item of the set.

public bool MoveNext();

Return Value

true if the enumerator was successfully advanced to the next item; false if the enumerator has passed the end of the set.

Implements

IEnumerator.MoveNext

Exceptions

Exception Type Condition
InvalidOperationException The collection was modified after the enumerator was created.

See Also

SetRangeEnumerator Class | PmMda.Net.Dog.Paging Namespace