Click or drag to resize

MutableArrayAdd Method (Object)

Adds an entry to this collection

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

Parameters

value
Type: SystemObject
The value to add

Return Value

Type: IMutableArray
The array for further processing

Implements

IMutableArrayAdd(Object)
See Also