Click or drag to resize

MutableDictionaryObjectGetDictionary Method

Gets the value of a given key as a dictionary

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public MutableDictionaryObject GetDictionary(
	string key
)

Parameters

key
Type: SystemString
The key to check the value for

Return Value

Type: MutableDictionaryObject
The contained value, or null

Implements

IMutableDictionaryGetDictionary(String)
See Also