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()
Public Function CurrentValue As Value
public:
Value CurrentValue()
member CurrentValue : unit -> 'Value
Return Value
Type:
ValueValue at current position
See Also