Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableDictionaryObject Class
MutableDictionaryObject Methods
GetArray Method
GetDictionary Method
Remove Method
SetArray Method
SetBlob Method
SetBoolean Method
SetData Method
SetDate Method
SetDictionary Method
SetDouble Method
SetFloat Method
SetInt Method
SetLong Method
SetString Method
SetValue Method
MutableDictionaryObject
GetArray Method
Gets the value of a given key as an
IMutableArray
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
MutableArrayObject
GetArray
(
string
key
)
Parameters
key
Type:
System
String
The key to check the value for
Return Value
Type:
MutableArrayObject
The contained value, or
null
Implements
IMutableDictionary
GetArray(String)
See Also
Reference
MutableDictionaryObject Class
Couchbase.Lite Namespace