Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IReadOnlyDictionary Interface
IReadOnlyDictionary Properties
Count Property
Keys Property
IReadOnlyDictionary
Keys Property
Gets all the keys held by this dictionary
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
Copy
ICollection
<
string
>
Keys
{
get
; }
Property Value
Type:
ICollection
String
See Also
Reference
IReadOnlyDictionary Interface
Couchbase.Lite Namespace