Contiguous |
The ContiguousNonNegativeIntegerRange type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements in the collection. | |
| Empty | Gets a standard empty integer range (Start and Count set to zero). | |
| End | Element immediately after the last valid element (is equal to Start+Count). | |
| IsEmpty | Returns true if the range is empty, i.e. has no elements. | |
| IsInfinite | Returns true if the integer range is infinite. | |
| Item | Gets the element at the specified index in the read-only list. | |
| Last | Last valid element of the integer range (is equal to Start+Count-1). | |
| RangesAscending | Gets the ranges of integers in ascending order. | |
| RangesDescending | Gets the ranges of integers in descending order. | |
| Start |