Click or drag to resize

DictionaryObjectGetArray Method

Gets the value of a given key as an IArray

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

Parameters

key
Type: SystemString
The key to check the value for

Return Value

Type: ArrayObject
The contained value, or null

Implements

IDictionaryObjectGetArray(String)
See Also