BTreeMapIteratorKey, ValuePrevious Method |
Positions the iterator at the previous Key in the set
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public KeyValuePair<Key, Value> Previous()
Public Function Previous As KeyValuePair(Of Key, Value)
public:
KeyValuePair<Key, Value> Previous()
member Previous : unit -> KeyValuePair<'Key, 'Value>
Return Value
Type:
KeyValuePairKey,
ValueThe previous Key or null if we iterated to a postion before the first Key in the set.
See Also