BTreeSetIteratorKeyMovePrevious Method |
Advances the enumerator to the previous element of the collection.
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool MovePrevious()
Public Function MovePrevious As Boolean
public:
bool MovePrevious()
member MovePrevious : unit -> bool
Return Value
Type:
Booleantrue if the enumerator was successfully advanced to the previous element; false if the enumerator has reached the position prior to the the start of the collection.
See Also