[]
Determines whether the ObservableSortedDictionary<TKey, TValue> contains an element with the specified key.
public bool ContainsKey(TKey key)
Public Function ContainsKey(key As TKey) As Boolean
| Type | Name | Description |
|---|---|---|
| TKey | key | The key to locate in the ObservableSortedDictionary<TKey, TValue>. |
| Type | Description |
|---|---|
| bool |