IMutableArrayRemoveAt Method |
Removes the item at the given index
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IMutableArray RemoveAt(
int index
)
Parameters
- index
- Type: SystemInt32
The index at which to remove the item
Return Value
Type:
IMutableArrayThe array for further processing
See Also