Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
MutableArray Class
MutableArray Methods
Set Method
Set Method (IList)
Set Method (Int32, Blob)
Set Method (Int32, DictionaryObject)
Set Method (Int32, MutableArray)
Set Method (Int32, Boolean)
Set Method (Int32, DateTimeOffset)
Set Method (Int32, Double)
Set Method (Int32, Int32)
Set Method (Int32, Int64)
Set Method (Int32, Object)
Set Method (Int32, Single)
Set Method (Int32, String)
MutableArray
Set 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: 0.0.0
Syntax
C#
Copy
public
IMutableArray
Set
(
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
Set(IList)
See Also
Reference
MutableArray Class
Set Overload
Couchbase.Lite Namespace