IArrayInsert Method (Int32, Int32) |
Inserts a given value at the given index
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax IArray Insert(
int index,
int value
)
Parameters
- index
- Type: SystemInt32
The index to insert the item at - value
- Type: SystemInt32
The item to insert
Return Value
Type:
IArrayThe array for further processing
See Also