Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

OrderedSet<(Of <(<'T>)>)> Properties

The OrderedSet<(Of <(<'T>)>)> type exposes the following members.

Properties


  Name Description
Public property Comparer
Returns the IComparer<T> used to compare items in this set.
Public property Count
Returns the number of items in the set.
Public property Item
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.