RankedDictionaryTKey, TValue Properties |
The RankedDictionaryTKey, 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 dictionary. | |
| Count | Gets the number of elements in the dictionary. | |
| Item | Gets or sets the value associated with the supplied key. | |
| Keys | Gets a RankedDictionaryTKey, TValueKeyCollection containing the keys of the dictionary. | |
| MaxKey | Gets the maximum key in the dictionary per the comparer. | |
| MinKey | Gets the minimum key in the dictionary per the comparer. | |
| Values | Gets a RankedDictionaryTKey, TValueValueCollection containing the values of the dictionary. |
| Name | Description | |
|---|---|---|
| IDictionaryIsFixedSize | Indicating that the dictionary is not fixed size. | |
| ICollectionKeyValuePairTKey, TValueIsReadOnly | Indicates that this collection may be modified. | |
| IDictionaryIsReadOnly | Indicates that the dictionary may be modified. | |
| ICollectionIsSynchronized | Indicates that the collection is not thread safe. | |
| IDictionaryItem | Gets or sets the value associated with the supplied key. | |
| IDictionaryTKey, TValueKeys | Gets only the collection of keys from this key/value pair collection. | |
| IReadOnlyDictionaryTKey, TValueKeys | Gets a RankedDictionaryTKey, TValueKeyCollection containing the keys in the dictionary. | |
| IDictionaryKeys | Gets an ICollection containing the keys of the dictionary. | |
| ICollectionSyncRoot | Gets an object that can be used to synchronize access to the collection. | |
| IDictionaryTKey, TValueValues | Gets only the collection of values from this key/value pair collection. | |
| IReadOnlyDictionaryTKey, TValueValues | Gets a RankedDictionaryTKey, TValueValueCollection containing the values in the dictionary. | |
| IDictionaryValues | Gets an ICollection containing the values of the dictionary. |