Click or drag to resize

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

Return Value

Type: IEnumeratorKeyValuePairKey, Value

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

See Also