Click or drag to resize

BTreeBaseKey, ValueGetEnumerator 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: IEnumeratorKey

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

Implements

IEnumerableTGetEnumerator
See Also