Click or drag to resize

BTreeMapIteratorKey, ValueMoveNext 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 bool MoveNext()

Return Value

Type: Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
See Also