Click or drag to resize

BTreeMapIteratorKey, ValueMovePrevious Method

Advances the enumerator to the previous element of the map.

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool MovePrevious()

Return Value

Type: Boolean
true if the enumerator was successfully advanced to the previous element; false if the enumerator has reached the position prior to the start of the map.
See Also