IMutableArraySetData 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.1.0-b0232
Syntax IMutableArray SetData(
IList array
)
Parameters
- array
- Type: System.CollectionsIList
The contents to replace the current contents
Return Value
Type:
IMutableArrayThe array for further processing
See Also