Click or drag to resize

ArrayObjectAdd Method (Int32)

Adds an entry to this collection

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
public IArray Add(
	int value
)

Parameters

value
Type: SystemInt32
The value to add

Return Value

Type: IArray
The array for further processing

Implements

IArrayAdd(Int32)
See Also