BTreeMapIteratorKey, ValueCurrent Method |
The iterator current Key object
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public KeyValuePair<Key, Value> Current()
Public Function Current As KeyValuePair(Of Key, Value)
public:
KeyValuePair<Key, Value> Current()
member Current : unit -> KeyValuePair<'Key, 'Value>
Return Value
Type:
KeyValuePairKey,
ValueThe Ket at the current iterator position
See Also