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: 8.2.1.0 (8.2.1)
Syntax
public Value CurrentValue()

Return Value

Type: Value
Value at current position
See Also