Click or drag to resize

ArrayObjectInsert Method (Int32, DateTimeOffset)

Inserts a given value at the given index

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
public IArray Insert(
	int index,
	DateTimeOffset value
)

Parameters

index
Type: SystemInt32
The index to insert the item at
value
Type: SystemDateTimeOffset
The item to insert

Return Value

Type: IArray
The array for further processing

Implements

IArrayInsert(Int32, DateTimeOffset)
See Also