| DictionaryBaseTKey, TValue Properties |
The DictionaryBaseTKey, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Must be overridden to provide the number of items in the collection.
(Inherited from CollectionBaseT.) | |
| Item |
The indexer of the dictionary. This is used to store keys and values and
retrieve values from the dictionary. The setter
accessor must be overridden in the derived class.
| |
| Keys |
Returns a collection of the keys in this dictionary.
| |
| Values |
Returns a collection of the values in this dictionary. The ordering of
values in this collection is the same as that in the Keys collection.
|