IMutableArrayGetArray Method |
Gets the value at the given index as an array
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
SyntaxIMutableArray GetArray(
int index
)
Parameters
- index
- Type: SystemInt32
The index to lookup
Return Value
Type:
IMutableArrayThe value at the index, or
null
See Also