Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableArray Class
MutableArray Methods
Add Method
GetArray Method
GetDictionary Method
Insert Method
RemoveAt Method
Set Method
MutableArray
GetArray 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
Syntax
C#
Copy
public
IMutableArray
GetArray
(
int
index
)
Parameters
index
Type:
System
Int32
The index to lookup
Return Value
Type:
IMutableArray
The value at the index, or
null
Implements
IMutableArray
GetArray(Int32)
See Also
Reference
MutableArray Class
Couchbase.Lite Namespace