Click or drag to resize

BTreeBase<Key, Value>.GetEnumerator Method

Enumerates all contained Key objects in sorted order

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEnumerator<Key> GetEnumerator()

Return Value

Type: IEnumerator<Key>

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

Implements

IEnumerable<T>.GetEnumerator()
See Also