Click or drag to resize

IArrayAdd Method

Adds an entry to this collection

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
IArray Add(
	Object value
)

Parameters

value
Type: SystemObject
The value to add

Return Value

Type: IArray
Itself for further processing
See Also