[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableDictionary-2.ContainsKey

ContainsKey Method

ContainsKey(TKey)

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

Declaration
public bool ContainsKey(TKey key)
Parameters
Type Name Description
TKey key

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

Returns
Type Description
bool
Implements