Click or drag to resize

ObservableDictionary<TKey, TValue> Methods

The ObservableDictionary<TKey, TValue> generic type exposes the following members.

Methods
  NameDescription
Public methodAdd(KeyValuePair<TKey, 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(KeyValuePair<TKey, 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