pmMDA.NET

ListRangeEnumerator.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

Remarks

This enumerator cannot recognise that the underlying list has changed. Therefore the InvalidOperationException as described in MoveNext is never thrown.

See Also

ListRangeEnumerator Class | PmMda.Net.Dog.Paging Namespace