Click or drag to resize

ArrayObjectRemoveAt Method

Removes the item at the given index

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public IArray RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index at which to remove the item

Return Value

Type: IArray
The value at the index, or null

Implements

IArrayRemoveAt(Int32)
See Also