Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableArrayObject Class
MutableArrayObject Methods
AddArray Method
AddBlob Method
AddBoolean Method
AddDate Method
AddDictionary Method
AddDouble Method
AddFloat Method
AddInt Method
AddLong Method
AddString Method
AddValue Method
GetArray Method
GetDictionary Method
InsertArray Method
InsertBlob Method
InsertBoolean Method
InsertDate Method
InsertDictionary Method
InsertDouble Method
InsertFloat Method
InsertInt Method
InsertLong Method
InsertString Method
InsertValue Method
RemoveAt Method
SetArray Method
SetBlob Method
SetBoolean Method
SetData Method
SetDate Method
SetDictionary Method
SetDouble Method
SetFloat Method
SetInt Method
SetLong Method
SetString Method
SetValue Method
MutableArrayObject
SetData 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
C#
Copy
public
IMutableArray
SetData
(
IList
array
)
Parameters
array
Type:
System.Collections
IList
The contents to replace the current contents
Return Value
Type:
IMutableArray
The array for further processing
Implements
IMutableArray
SetData(IList)
See Also
Reference
MutableArrayObject Class
Couchbase.Lite Namespace