Click or drag to resize

BTreeBaseKey, ValueIterator Method

Initializes an iterator to find the keys of this set

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual BTreeSetIterator<Key> Iterator()

Return Value

Type: BTreeSetIteratorKey

[Missing <returns> documentation for "M:VelocityDb.Collection.BTree.BTreeBase`2.Iterator"]

See Also