Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
ArrayObject Class
ArrayObject 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)
ArrayObject
Set Method (Int32, Object)
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
public
IArray
Set
(
int
index
,
Object
value
)
Parameters
index
Type:
System
Int32
The index to overwrite
value
Type:
System
Object
The value to insert
Return Value
Type:
IArray
The array for further processing
Implements
IArray
Set(Int32, Object)
See Also
Reference
ArrayObject Class
Set Overload
Couchbase.Lite Namespace