BTreeSetIteratorKeyNext Method |
Positions the iterator at the next Key in the set. Only use this one with nullable Key type.
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax Public Function Next As Key
member Next : unit -> 'Key
Return Value
Type:
KeyThe next Key or null if we iterated past the the end of the set.
See Also