Click or drag to resize
RangeCollection Properties

The RangeCollection type exposes the following members.

Properties
  NameDescription
Public propertyFirstElement
The smallest long in the RangeCollection.
Public propertyIsEmpty
True if the RangeCollection contains no elements; otherwise, false.
Public propertyIsReadOnly
Returns whether this collection is considered read-only. The Range is not changeable through ICollection.
Public propertyLastElement
The largest long in the RangeCollection
Public propertyStatic memberMaxValue
The range starting at 0 (inclusive) and going to long.MaxValue (exclusive).
Public propertyRangeCount
Returns the number of contiguous ranges in this collection. Useful for memory consumption debugging.
Public propertyRanges
The ranges as a sequence, for example, 1-10 then 333-1200 then 1300
Top
See Also