Documents for PDF, .NET Edition Documentation
ContainsKey Method (ObservableSortedDictionary<TKey,TValue>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > ObservableSortedDictionary<TKey,TValue> Class : ContainsKey Method
The key to locate in the ObservableSortedDictionary<TKey,TValue>.
Determines whether the ObservableSortedDictionary<TKey,TValue> contains an element with the specified key.
Syntax
'Declaration
 
Public Function ContainsKey( _
   ByVal key As TKey _
) As System.Boolean
public System.bool ContainsKey( 
   TKey key
)

Parameters

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

Reference

ObservableSortedDictionary<TKey,TValue> Class
ObservableSortedDictionary<TKey,TValue> Members