A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite.Util
ContractedDictionary Class
ContractedDictionary Methods
Add Method
Clear Method
Contains Method
ContainsKey Method
CopyTo Method
GetEnumerator Method
Remove Method
TryGetValue Method
Validate Method
ContractedDictionary
ContainsKey Method
Checks if this dictionary contains the given key
Namespace:
Couchbase.Lite.Util
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
Copy
public
bool
ContainsKey
(
string
key
)
Parameters
key
Type:
System
String
The key to check
Return Value
Type:
Boolean
true
, if the key was found,
false
otherwise.
Implements
IDictionary
TKey, TValue
ContainsKey(TKey)
See Also
Reference
ContractedDictionary Class
Couchbase.Lite.Util Namespace