RedBlackTreeDictionaryTKey, TValue Properties |
The RedBlackTreeDictionaryTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of elements on this dictionary.
| |
IsReadOnly |
Gets a value indicating whether this instance is read only.
| |
Item |
Gets or sets the element with the specified key.
| |
Keys |
Gets an ICollectionT
containing the keys of the RedBlackTreeDictionaryTKey, TValue.
| |
Values |
Gets an ICollectionT
containing the values of the RedBlackTreeDictionaryTKey, TValue.
|