UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

SortedTree<(Of <(<'T>)>)>..::..ConnectTheTreeToTheNode Method

Connects the tree to the node.

Namespace:  UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic
Assembly:  RealTime (in RealTime.dll)

Syntax


public void ConnectTheTreeToTheNode(
	T NodeToWhichWeConnectsTheTreeValue,
	int NodeToWhichWeConnectsTheTreeConnectorNumer,
	SortedTree<T> TreeToBeConnected,
	int TreeToBeConnectedConnectorNumer
)
Public Sub ConnectTheTreeToTheNode ( _
	NodeToWhichWeConnectsTheTreeValue As T, _
	NodeToWhichWeConnectsTheTreeConnectorNumer As Integer, _
	TreeToBeConnected As SortedTree(Of T), _
	TreeToBeConnectedConnectorNumer As Integer _
)
public:
void ConnectTheTreeToTheNode(
	T NodeToWhichWeConnectsTheTreeValue, 
	int^ NodeToWhichWeConnectsTheTreeConnectorNumer, 
	SortedTree<T>^ TreeToBeConnected, 
	int^ TreeToBeConnectedConnectorNumer
)

Parameters

NodeToWhichWeConnectsTheTreeValue
Type: T
The node to which we connects the tree value.
NodeToWhichWeConnectsTheTreeConnectorNumer
Type: Int32
The node to which we connects the tree connector numer.
TreeToBeConnected
Type: UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic..::..SortedTree<(Of <(<'T>)>)>
The tree to be connected.
TreeToBeConnectedConnectorNumer
Type: Int32
The tree to be connected connector numer.