PersistentDictionaryTKey, TValue Properties |
The PersistentDictionaryTKey, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements in this dictionary.
| |
| Item |
Gets the value corresponding to the specified key. Throws KeyNotFoundException
if the key does not exist in the dictionary.
| |
| Keys |
Gets a read-only collection of keys in the dictionary.
| |
| Values |
Gets a read-only collection of values in the dictionary.
|