SortedTreeNodeBaseTKey, TValueUpdateKey Method

Updates the key of a non-leaf node.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void UpdateKey(
	TKey oldKey,
	TKey newKey
)

Parameters

oldKey  TKey
The old key to be updated.
newKey  TKey
The new key to replace the old key.

See Also