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
Contains Method
Determines whether the
ICollection
T
contains a specific value.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
Copy
public
bool
Contains
(
KeyValuePair
<
string
,
Object
>
item
)
Parameters
item
Type:
System.Collections.Generic
KeyValuePair
String
,
Object
The object to locate in the
ICollection
T
.
Return Value
Type:
Boolean
true if
item
is found in the
ICollection
T
; otherwise, false.
Implements
ICollection
T
Contains(T)
See Also
Reference
OptionsDictionary Class
Couchbase.Lite Namespace