BTreeSetIteratorKeyPrevious 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 Function Previous As Key
member Previous : unit -> 'Key
Return Value
Type:
KeyThe previous Key or null if we iterated to a postion before the first Key in the set.
See Also