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

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

Tests the tree if can be connected.

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

Syntax


public bool TestTreeIfCanBeConnected(
	T NodeToWhichWeConnectsTheTreeValue,
	int NodeToWhichWeConnectsTheTreeConnectorNumer,
	SortedTree<T> TreeToBeConnected,
	int TreeToBeConnectedConnectorNumer
)
Public Function TestTreeIfCanBeConnected ( _
	NodeToWhichWeConnectsTheTreeValue As T, _
	NodeToWhichWeConnectsTheTreeConnectorNumer As Integer, _
	TreeToBeConnected As SortedTree(Of T), _
	TreeToBeConnectedConnectorNumer As Integer _
) As Boolean
public:
bool^ TestTreeIfCanBeConnected(
	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.

Return Value