IntervalIndex<T> Properties

Properties

Depth Gets the number of levels in the index.
(Inherited from Index<T>)
IsSorted Gets whether the values in the index are sorted.
(Inherited from Index<T>)
IsUnique Gets whether the values in the index are unique.
(Inherited from Index<T>)
Item[IList<Int32>] Gets the specified subset of the index.
(Overrides Index<T>.Item[IList<Int32>])
Item[Int32] Gets the element at the specified position in the index.
(Inherited from Index<T>)
Item[Int32, Int32] Gets the value of the index at the specified position and level.
(Inherited from Index<T>)
KeepOrder Gets or sets whether indexes derived from this index should maintain the sort order.
(Inherited from Index<T>)
KeepUnique Gets or sets whether indexes derived from this index should maintain the uniqueness of keys.
(Inherited from Index<T>)
Length Gets the number of intervals.
(Overrides Index<T>.Length)
Name Gets or sets the name of the index.
(Inherited from Index<T>)
SortOrder Gets or sets how the values in the index are sorted.
(Inherited from Index<T>)

See Also