Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
DictionaryObject Class
DictionaryObject Properties
Count Property
Item Property
Keys Property
DictionaryObject
Keys Property
Gets all the keys held by this dictionary
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
ICollection
<
string
>
Keys
{
get
; }
Property Value
Type:
ICollection
String
Implements
IDictionaryObject
Keys
See Also
Reference
DictionaryObject Class
Couchbase.Lite Namespace