NodeTKeySetLeftSiblingProperty Method

Sets the left sibling property of a node with the specified index to a new value.

Definition

Namespace: SnapDB.Snap.Tree
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected void SetLeftSiblingProperty(
	uint nodeIndex,
	uint oldValue,
	uint newValue
)

Parameters

nodeIndex  UInt32
The index of the node whose left sibling property is being set.
oldValue  UInt32
The expected old value of the left sibling property.
newValue  UInt32
The new value to set for the left sibling property.

See Also