Click or drag to resize

BTreeMapIteratorKey, ValueNext Method

Positions the iterator at the next KeyValuePair in the map. 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 KeyValuePair<Key, Value> Next()

Return Value

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