Click or drag to resize

BTreeMapIteratorKey, ValueCurrentKey Method

Returns the Key at the current iterator position

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

Return Value

Type: Key
Key at current position
See Also