SortedTree<(Of <(<'T>)>)>..::..ConnectTheNodeToOtherNode Method
Connects the node to other node.
Namespace:
UAOOI.ProcessObserver.RealTime.Utils.Collections.GenericAssembly: RealTime (in RealTime.dll)
Syntax
public void ConnectTheNodeToOtherNode( T NodeToWhichWeConnectsTheTreeValue, int NodeToWhichWeConnectsConnectorNumer, T NodeToBeConnectedValue, int NodeToBeConnectedConnectorNumber )
Parameters
- NodeToWhichWeConnectsTheTreeValue
- Type: T
The node to which we connects the tree value.
- NodeToWhichWeConnectsConnectorNumer
- Type: Int32
The node to which we connects connector numer.
- NodeToBeConnectedValue
- Type: T
The node to be connected value.
- NodeToBeConnectedConnectorNumber
- Type: Int32
The node to be connected connector number.