This method actually implements the modification of a node data so that it's collection of "to" node data keys includes a given .
Syntax
protected virtual void InsertToNodeKey(
,
)
Parameters
- nodedata
- the node data to be modified; if null, this method does nothing
- tokey
- the key value of the "to" node data; if null, this method does nothing
See Also