Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
OptionsDictionary Class
OptionsDictionary Properties
Count Property
IsReadOnly Property
Item Property
Keys Property
Values Property
OptionsDictionary
Keys Property
Gets an
ICollection
T
containing the keys of the
IDictionary
TKey, TValue
.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
Copy
public
ICollection
<
string
>
Keys
{
get
; }
Return Value
Type:
ICollection
String
An
ICollection
T
containing the keys of the object that implements
IDictionary
TKey, TValue
.
Implements
IDictionary
TKey, TValue
Keys
See Also
Reference
OptionsDictionary Class
Couchbase.Lite Namespace