Click or drag to resize

BTreeMapBaseKey, ValueValuePlacement Property

Set the value placement to be used for all value objects added to this. This setting is not persisted, it is mainly to be used with objects added with AddFast(Key, Value)

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Placement ValuePlacement { get; set; }

Property Value

Type: Placement
See Also