Click or drag to resize

MutableArrayObject Constructor (IList)

Creates an array with the given data

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

Parameters

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