Click or drag to resize

RankedSetT Properties

The RankedSetT generic type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets or sets the order of the underlying B+ tree structure.
(Inherited from BtreeT.)
Public propertyComparer
Returns a wrapper of the method used to order items in the set.
Public propertyCount
Gets the number of items in the set.
Public propertyMax
Gets the maximum item in the set per the comparer.
Public propertyMin
Gets the minimum item in the set per the comparer.
Top
Explicit Interface Implementations
See Also