[]
        
(Showing Draft Content)

C1.Win.Collections.ObjectModel.ObservableDictionary-2.ContainsKey

ContainsKey Method

ContainsKey(TKey)

Determines whether the ObservableDictionary<TKey, TValue> contains an element with the specified key.

Declaration
public bool ContainsKey(TKey key)
Public Function ContainsKey(key As TKey) As Boolean
Parameters
Type Name Description
TKey key

The key to locate in the ObservableDictionary<TKey, TValue>.

Returns
Type Description
bool

true if the ObservableDictionary<TKey, TValue> contains an element with the key; otherwise, false.

Implements