Click or drag to resize

IMutableArrayAdd Method (MutableArray)

Adds an entry to this collection

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
IMutableArray Add(
	MutableArray value
)

Parameters

value
Type: Couchbase.LiteMutableArray
The value to add

Return Value

Type: IMutableArray
The array for further processing
See Also