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

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

Removes the connection between parent and child and move element to roots.

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

Syntax


public void RemoveConnectionBetweeenParentAndChildAndMoveElementToRoots(
	T ParentValue,
	T ChildValue
)
Public Sub RemoveConnectionBetweeenParentAndChildAndMoveElementToRoots ( _
	ParentValue As T, _
	ChildValue As T _
)
public:
void RemoveConnectionBetweeenParentAndChildAndMoveElementToRoots(
	T ParentValue, 
	T ChildValue
)

Parameters

ParentValue
Type: T
The parent value.
ChildValue
Type: T
The child value.