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
Values Property
Gets an
ICollection
T
containing the values in the
IDictionary
TKey, TValue
.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
Copy
public
ICollection
<
Object
>
Values
{
get
; }
Return Value
Type:
ICollection
Object
An
ICollection
T
containing the values in the object that implements
IDictionary
TKey, TValue
.
Implements
IDictionary
TKey, TValue
Values
See Also
Reference
OptionsDictionary Class
Couchbase.Lite Namespace