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

Methods

  NameDescription
Add
Adds an element with the provided key and value.
Clear
Removes all keys and values from the dictionary.
Contains
Determines whether the collection contains a specific key and value.
ContainsKey
Determines whether the collection contains an element with the specified key.
CopyTo
Copies the elements of the collection to an array.
GetEnumerator
Returns an enumerator that iterates through the dictionary.
OnCollectionChanged
Raises the CollectionChanged event.
OnPropertyChanged
Raises the PropertyChanged event.
Remove
Removes the element with the specified key.
TryGetValue
Gets the value associated with the specified key.

See Also