IArrayGetDictionary Method |
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax DictionaryObject GetDictionary(
int index
)
Parameters
- index
- Type: SystemInt32
The index to lookup
Return Value
Type:
DictionaryObjectThe value at the index, or
nullSee Also