Click or drag to resize

MutableArrayObjectInsertInt Method

Inserts a given value at the given index

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public IMutableArray InsertInt(
	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: IMutableArray
The array for further processing

Implements

IMutableArrayInsertInt(Int32, Int32)
See Also