Click or drag to resize

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 Key Next()

Return Value

Type: Key
The next Key or null if we iterated past the the end of the set.
See Also