Click or drag to resize

MutableDocumentGetArray 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#
public IMutableArray GetArray(
	string key
)

Parameters

key
Type: SystemString
The key to check the value for

Return Value

Type: IMutableArray
The contained value, or null

Implements

IMutableDictionaryGetArray(String)
See Also