Click or drag to resize

IReadOnlyArrayGetDictionary Method

Gets the value at the given index as an IReadOnlyDictionary

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
IReadOnlyDictionary GetDictionary(
	int index
)

Parameters

index
Type: SystemInt32
The index to lookup

Return Value

Type: IReadOnlyDictionary
The value at the index, or null
See Also