The ObservableDictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of key-value pairs in the collection.
Public propertyIsFixedSize
Gets whether the dictionary is fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the dictionary is read-only.
Public propertyIsSynchronized
Gets whether the dictionary is synchronized.
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Gets a collection containing the keys of the dictionary.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the dictionary.
Public propertyValues
Gets a collection containing the values in the dictionary.

See Also