Determines whether the DictElement contains the specified key.

 

   

Syntax
 

[C#]
virtual bool ContainsKey(string key)
virtual bool ContainsKey(TKey key)

 

   

Params
 
Name Description
key The key to locate.
return True if the Tree contains an element with the specified key otherwise false.

 

   

Notes
 

Determines whether the DictElement contains the specified key.

 

   

Example
 
None.