ObservableDictionaryTKey, TValue Properties |
The ObservableDictionaryTKey, TValue generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the count of elements in the dictionary. See Count. | |
| IsReadOnly | Gets a value indicating whether the dictionary is observable. See IsReadOnly. | |
| Item | Finds the value matching with a given key. | |
| Keys | Gets the collection of keys in the dictionary. See Keys. | |
| Values | Gets the collection of values in the dictionary. See Values. |