Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableDictionary Class
MutableDictionary Methods
GetArray Method
GetDictionary Method
Remove Method
Set Method
MutableDictionary
GetArray Method
Gets the value of a given key as an
IMutableArray
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
Copy
public
IMutableArray
GetArray
(
string
key
)
Parameters
key
Type:
System
String
The key to check the value for
Return Value
Type:
IMutableArray
The contained value, or
null
Implements
IMutableDictionary
GetArray(String)
See Also
Reference
MutableDictionary Class
Couchbase.Lite Namespace