Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
OptionsDictionary Class
OptionsDictionary Methods
Add Method
Clear Method
Contains Method
ContainsKey Method
CopyTo Method
GetEnumerator Method
Remove Method
TryGetValue Method
OptionsDictionary
ContainsKey Method
Determines whether the
IDictionary
TKey, TValue
contains an element with the specified key.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
Copy
public
bool
ContainsKey
(
string
key
)
Parameters
key
Type:
System
String
The key to locate in the
IDictionary
TKey, TValue
.
Return Value
Type:
Boolean
true if the
IDictionary
TKey, TValue
contains an element with the key; otherwise, false.
Implements
IDictionary
TKey, TValue
ContainsKey(TKey)
Exceptions
Exception
Condition
ArgumentNullException
key
is null.
See Also
Reference
OptionsDictionary Class
Couchbase.Lite Namespace