Click or drag to resize

BTreeMapBase<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<KeyValuePair<Key, Value>> GetEnumerator()

Return Value

Type: IEnumerator<KeyValuePair<Key, Value>>

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

See Also