Click or drag to resize

ObservableDictionaryTKey, TValue Methods

The ObservableDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(KeyValuePairTKey, TValue)
Adds a key value pair to the dictionary.
Public methodAdd(TKey, TValue)
Adds a new key value pair to the dictionary.
Public methodClear
Clears the dictionary and removes all items.
Public methodContains
Contains(T)
Public methodContainsKey
ContainsKey(TKey)
Public methodCopyTo
CopyTo(T, Int32)
Public methodGetEnumerator
GetEnumerator
Public methodRemove(KeyValuePairTKey, TValue)
Removes a given item from the dictionary.
Public methodRemove(TKey)
Removes a certain item from the dictionary.
Public methodTryGetValue
TryGetValue(TKey, TValue)
Top
Extension Methods
See Also