Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IArray Interface
IArray Methods
Set Method
Set Method (IList)
Set Method (Int32, ArrayObject)
Set Method (Int32, Blob)
Set Method (Int32, DictionaryObject)
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)
IArray
Set Method (Int32, ArrayObject)
Overwrites the value at the given index with the given value
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
Copy
IArray
Set
(
int
index
,
ArrayObject
value
)
Parameters
index
Type:
System
Int32
The index to overwrite
value
Type:
Couchbase.Lite
ArrayObject
The value to insert
Return Value
Type:
IArray
The array for further processing
See Also
Reference
IArray Interface
Set Overload
Couchbase.Lite Namespace