Click or drag to resize

ArrayObjectSet Method (Int32, DictionaryObject)

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-b0364
Syntax
C#
public IArray Set(
	int index,
	DictionaryObject value
)

Parameters

index
Type: SystemInt32
The index to overwrite
value
Type: Couchbase.LiteDictionaryObject
The value to insert

Return Value

Type: IArray
The array for further processing

Implements

IArraySet(Int32, DictionaryObject)
See Also