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

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

Removes the value.

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

Syntax


public void RemoveValue(
	T ValueToBeRemoved,
	bool Shallow
)
Public Sub RemoveValue ( _
	ValueToBeRemoved As T, _
	Shallow As Boolean _
)
public:
void RemoveValue(
	T ValueToBeRemoved, 
	bool^ Shallow
)

Parameters

ValueToBeRemoved
Type: T
The value to be removed.
Shallow
Type: Boolean
if set to true [shallow] removal is done (all children are moved to root if they are not connected to any others elements).