MutableArrayObject Constructor (IList) |
Creates an array with the given data
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public MutableArrayObject(
IList array
)
Parameters
- array
- Type: System.CollectionsIList
The data to populate the array with
See Also