IMutableArraySetInt Method |
Overwrites the value at the given index with the given value
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IMutableArray SetInt(
int index,
int value
)
Parameters
- index
- Type: SystemInt32
The index to overwrite - value
- Type: SystemInt32
The value to insert
Return Value
Type:
IMutableArrayThe array for further processing
See Also