SparseIndexTKeyUpdateValue Method

Updates the value for the provided key.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void UpdateValue(
	TKey key,
	SnapUInt32 value,
	byte level
)

Parameters

key  TKey
The key whose value is to be updated.
value  SnapUInt32
The value to be updated associated with the key.
level  Byte
The level of the node.

See Also