pmMDA.NET

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

Exceptions

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

See Also

SetRangeEnumerator Class | PmMda.Net.Dog.Paging Namespace