pmMDA.NET

ListRangeEnumerator.Reset Method 

[This is preliminary documentation and subject to change.]

Sets the enumerator to its initial position, which is before the first item to iterate.

public void Reset();

Implements

IEnumerator.Reset

Remarks

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

See Also

ListRangeEnumerator Class | PmMda.Net.Dog.Paging Namespace