Click or drag to resize

MutableArrayObjectSetData Method

Replaces the contents of this collection with the contents of the given one

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

Parameters

array
Type: System.CollectionsIList
The contents to replace the current contents

Return Value

Type: IMutableArray
The array for further processing

Implements

IMutableArraySetData(IList)
See Also