Click or drag to resize

Body Constructor (IListObject)

Constructor

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Body(
	IList<Object> array
)

Parameters

array
Type: System.Collections.GenericIListObject
An IList containing a list of objects to serialize
See Also