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
RemoveAt Method
Removes the item at the given index
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
Copy
public
IMutableArray
RemoveAt
(
int
index
)
Parameters
index
Type:
System
Int32
The index at which to remove the item
Return Value
Type:
IMutableArray
The array for further processing
Implements
IMutableArray
RemoveAt(Int32)
See Also
Reference
MutableArray Class
Couchbase.Lite Namespace