Click or drag to resize

BTreeMapBaseKey, ValueEnumerateValues Method

Enumerates all contained Value objects in corresponding key sorted order

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IEnumerable<Value> EnumerateValues()

Return Value

Type: IEnumerableValue
The enumeration
See Also