Click or drag to resize

MutableArrayObjectAddArray Method

Adds an entry to this collection

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

Parameters

value
Type: Couchbase.LiteArrayObject
The value to add

Return Value

Type: IMutableArray
The array for further processing

Implements

IMutableArrayAddArray(ArrayObject)
See Also