RangeCollection Properties |
The RangeCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | FirstElement |
The smallest long in the RangeCollection.
|
![]() | IsEmpty |
True if the RangeCollection contains no elements; otherwise, false.
|
![]() | IsReadOnly |
Returns whether this collection is considered read-only.
The Range is not changeable through ICollection.
|
![]() | LastElement |
The largest long in the RangeCollection
|
![]() ![]() | MaxValue |
The range starting at 0 (inclusive) and going to long.MaxValue (exclusive).
|
![]() | RangeCount |
Returns the number of contiguous ranges in this collection. Useful for memory
consumption debugging.
|
![]() | Ranges |
The ranges as a sequence, for example, 1-10 then 333-1200 then 1300
|