[This is preliminary documentation and subject to change.]
Initializes a new instance of the ListRangeEnumerable class.
Exception Type | Condition |
---|---|
ArgumentNullException |
list is null . |
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. |
ListRangeEnumerable Class | PmMda.Net.Dog.Paging Namespace