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

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.

See Also