Click or drag to resize

BTreeSetIteratorKeyElementAt Method

Gets an item at a certain index

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.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