Click or drag to resize

ArrayObjectGetDictionary Method

Gets the value at the given index as a DictionaryObject

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public DictionaryObject GetDictionary(
	int index
)

Parameters

index
Type: SystemInt32
The index to lookup

Return Value

Type: DictionaryObject
The value at the index, or null

Implements

IArrayGetDictionary(Int32)
See Also