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

Constructors

Methods

  NameDescription
Public methodAdd
Adds an element with the provided key and value.
Public methodClear
Removes all keys and values from the dictionary.
Public methodContains
Determines whether the collection contains a specific key and value.
Public methodContainsKey
Determines whether the collection contains an element with the specified key.
Public methodCopyTo
Copies the elements of the collection to an array.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the dictionary.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event.
Protected methodOnPropertyChanged
Raises the PropertyChanged event.
Public methodRemove
Removes the element with the specified key.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.

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.

Events

  NameDescription
Public eventCollectionChanged
Occurs when an item is added, removed, or changed, or the entire list is refreshed.
Public eventPropertyChanged
Occurs when a property value changes.

See Also