RankedMapTKey, TValue Properties |
The RankedMapTKey, TValue 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 elements in the map. | |
| Count | Gets the number of elements in the map. | |
| Keys | Gets a RankedMapTKey, TValueKeyCollection containing the keys of the map. | |
| MaxKey | Gets the maximum key in the map per the comparer. | |
| MinKey | Gets the minimum key in the map per the comparer. | |
| Values | Gets a RankedMapTKey, TValueValueCollection containing the values of the map. |
| Name | Description | |
|---|---|---|
| ICollectionKeyValuePairTKey, TValueIsReadOnly | Indicates that this collection may be modified. | |
| ICollectionIsSynchronized | Indicates that the collection is not thread safe. | |
| ICollectionSyncRoot | Gets an object that can be used to synchronize access to the collection. |