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: 8.2.1.0 (8.2.1)
Syntax
public ICollection<Value> Values { get; }

Property Value

Type: ICollectionValue
See Also