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: 8.2.1.0 (8.2.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