Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
ArrayObject Class
ArrayObject Methods
Set Method
Set Method (IList)
Set Method (Int32, Object)
ArrayObject
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: 2.0.0-b0125
Syntax
C#
Copy
public
IArray
Set
(
IList
array
)
Parameters
array
Type:
System.Collections
IList
The contents to replace the current contents
Return Value
Type:
IArray
The value at the index, or
null
Implements
IArray
Set(IList)
See Also
Reference
ArrayObject Class
Set Overload
Couchbase.Lite Namespace