RankedBagT Properties |
The RankedBagT generic type exposes the following members.
Name | Description | |
---|---|---|
Capacity | Gets or sets the order of the underlying B+ tree structure. (Inherited from BtreeT.) | |
Comparer | Returns a wrapper of the method used to order items in the bag. | |
Count | Gets the total number of occurrences of all items in the bag. | |
Max | Gets the maximum item in the bag per the comparer. | |
Min | Gets the minimum item in the bag per the comparer. |
Name | Description | |
---|---|---|
ICollectionTIsReadOnly | Indicates that the collection is not read-only. | |
ICollectionIsSynchronized | Indicates that the collection is not thread safe. | |
ICollectionSyncRoot | Gets an object that can be used to synchronize access to the collection. |