Click or drag to resize

ArrayObjectSet Method (IList)

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-b0125
Syntax
C#
public IArray Set(
	IList array
)

Parameters

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

Return Value

Type: IArray
The value at the index, or null

Implements

IArraySet(IList)
See Also