SortedTree<(Of <(<'T>)>)>..::..TestNodeIfCanBeConnected Method
Tests the tree if can be connected.
Namespace:
UAOOI.ProcessObserver.RealTime.Utils.Collections.GenericAssembly: RealTime (in RealTime.dll)
Syntax
public bool TestNodeIfCanBeConnected( T NodeToWhichWeConnectsTheValue, int NodeToWhichWeConnectsConnectorNumer, T NodeToBeConnectedValue, int NodeToBeConnectedValueConnectorNumber )
Parameters
- NodeToWhichWeConnectsTheValue
- Type: T
The node to which we connects the value.
- NodeToWhichWeConnectsConnectorNumer
- Type: Int32
The node to which we connects connector numer.
- NodeToBeConnectedValue
- Type: T
The node to be connected value.
- NodeToBeConnectedValueConnectorNumber
- Type: Int32
The node to be connected value connector number.