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

SortedTreeNode..::..AddThisNodeToAnotherTree Method

Adds the this node to another tree.

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

Syntax


public void AddThisNodeToAnotherTree(
	ref SortedTree<T> tree
)
Public Sub AddThisNodeToAnotherTree ( _
	ByRef tree As SortedTree(Of T) _
)
public:
void AddThisNodeToAnotherTree(
	SortedTree<T>^% tree
)