Click or drag to resize

BTreeMapBaseKey, ValueValues Property

Gets a collection containing the values of this object

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public ICollection<Value> Values { get; }

Property Value

Type: ICollectionValue
See Also