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