Click or drag to resize

ObservableDictionaryTKey, TValue Properties

The ObservableDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of elements in the dictionary. See Count.
Public propertyIsReadOnly
Gets a value indicating whether the dictionary is observable. See IsReadOnly.
Public propertyItem
Finds the value matching with a given key.
Public propertyKeys
Gets the collection of keys in the dictionary. See Keys.
Public propertyValues
Gets the collection of values in the dictionary. See Values.
Top
See Also