Click or drag to resize

RankedBagT Properties

The RankedBagT 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 bag.
Public propertyCount
Gets the total number of occurrences of all items in the bag.
Public propertyMax
Gets the maximum item in the bag per the comparer.
Public propertyMin
Gets the minimum item in the bag per the comparer.
Top
Explicit Interface Implementations
See Also