Click or drag to resize

BTreeSetKeyIterator Method

Initializes an iterator to find the keys of this set

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public override BTreeSetIterator<Key> Iterator()

Return Value

Type: BTreeSetIteratorKey
iterator
See Also