Click or drag to resize

MutableArrayObjectSetArray Method

Overwrites the value at the given index with the given value

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public IMutableArray SetArray(
	int index,
	ArrayObject value
)

Parameters

index
Type: SystemInt32
The index to overwrite
value
Type: Couchbase.LiteArrayObject
The value to insert

Return Value

Type: IMutableArray
The array for further processing

Implements

IMutableArraySetArray(Int32, ArrayObject)
See Also