Click or drag to resize

BTreeSetIteratorKeyElementAt Method

Gets an item at a certain index

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public Key ElementAt(
	long i
)

Parameters

i
Type: SystemInt64
the item index

Return Value

Type: Key
the item at the specified index
See Also