SortedTreeNode..::..AddThisNodeToAnotherTree Method
Adds the this node to another tree.
Namespace:
UAOOI.ProcessObserver.RealTime.Utils.Collections.GenericAssembly: 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 )
Parameters
- tree
- Type: UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic..::..SortedTree<(Of <(<'T>)>)>%
The tree.