Click or drag to resize

ContiguousIntegerRange Properties

The ContiguousIntegerRange 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 propertyEndExclusive Element immediately after the last valid element (is equal to Start+Count).
Public propertyFirst Start value of the integer range.
Public propertyIsEmpty Returns true if the range is empty, i.e. has no elements.
Public propertyIsReadOnly 
Public propertyItemGets the element at the specified index in the read-only list.
Public propertyLastInclusive Last valid element of the integer range (is equal to Start+Count-1).
Public propertyLongCount Number of elements of the integer range. Thus the integer range contains Start, Start+1, .. 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 Start value of the integer range.
Top
See Also