Click or drag to resize

IArrayAdd Method (Int64)

Adds an entry to this collection

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

Parameters

value
Type: SystemInt64
The value to add

Return Value

Type: IArray
The array for further processing
See Also