Click or drag to resize

BTreeMapIteratorKey, ValueCurrentValue Method

Returns the Value at the current iterator position

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Value CurrentValue()

Return Value

Type: Value
Value at current position
See Also