NodeTKeySetLeftSiblingProperty Method
Sets the left sibling property of a node with the specified index to a new value.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected void SetLeftSiblingProperty(
uint nodeIndex,
uint oldValue,
uint newValue
)
Protected Sub SetLeftSiblingProperty (
nodeIndex As UInteger,
oldValue As UInteger,
newValue As UInteger
)
protected:
void SetLeftSiblingProperty(
unsigned int nodeIndex,
unsigned int oldValue,
unsigned int newValue
)
function SetLeftSiblingProperty(nodeIndex, oldValue, 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.