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
)
Public Function ElementAt (
i As Long
) As Key
public:
Key ElementAt(
long long i
)
member ElementAt :
i : int64 -> 'Key
Parameters
- i
- Type: SystemInt64
the item index
Return Value
Type:
Keythe item at the specified index
See Also