Click or drag to resize

ContiguousNonNegativeIntegerRange Properties

The ContiguousNonNegativeIntegerRange type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements in the collection.
Public propertyStatic memberEmpty Gets a standard empty integer range (Start and Count set to zero).
Public propertyEnd Element immediately after the last valid element (is equal to Start+Count).
Public propertyIsEmpty Returns true if the range is empty, i.e. has no elements.
Public propertyIsInfinite Returns true if the integer range is infinite.
Public propertyItemGets the element at the specified index in the read-only list.
Public propertyLast Last valid element of the integer range (is equal to Start+Count-1).
Public propertyRangesAscending Gets the ranges of integers in ascending order.
Public propertyRangesDescending Gets the ranges of integers in descending order.
Public propertyStart 
Top
See Also