[This is preliminary documentation and subject to change.]
Initializes a new instance of the ListRangeEnumerator class.
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException |
firstIndex is less than zero. - or - lastIndex is less than firstIndex. - or - lastIndex is greather than or equal to the count of items in the list. |
ListRangeEnumerator Class | PmMda.Net.Dog.Paging Namespace