Click or drag to resize

BTreeMapIteratorKey, ValueReplaceValue Method

Replaces a value in map

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void ReplaceValue(
	ref Value value
)

Parameters

value
Type: Value
the value to replace with
See Also