Click or drag to resize
OrderedSetT Properties

The OrderedSetT generic type exposes the following members.

Properties
  NameDescription
Public propertyComparer
Returns the IComparer<T> used to compare items in this set.
Public propertyCount
Returns the number of items in the set.
(Overrides CollectionBaseTCount.)
Public propertyItem
Get the item by its index in the sorted order. The smallest item has index 0, the next smallest item has index 1, and the largest item has index Count-1.
Top
See Also