Click or drag to resize

ArrayObject Constructor (IList)

Creates an array with the given data

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public ArrayObject(
	IList array
)

Parameters

array
Type: System.CollectionsIList
The data to populate the array with
See Also