BTreeSetIteratorKeyMoveNext Method |
Advances the enumerator to the next element of the collection.
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax Public Function MoveNext As Boolean
member MoveNext : unit -> bool
Return Value
Type:
Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
See Also