IArraySet 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-b0125
Syntax IArray Set(
int index,
Object value
)
Parameters
- index
- Type: SystemInt32
The index to overwrite - value
- Type: SystemObject
The value to insert
Return Value
Type:
IArrayThe value at the index, or
nullSee Also