Click or drag to resize

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()

Return Value

Type: KeyValuePairKey, Value
The previous Key or null if we iterated to a postion before the first Key in the set.
See Also