This method actually implements the modification of a node data so that its reference to a parent node data (if any) is the given .
Syntax
protected virtual void ModifyParentNodeKey(
,
)
Parameters
- nodedata
- the node data to be modified
- parentkey
- the key value of the "parent" node data
See Also