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