TreeDataStructureTRemoveChild Method

Removes an element from the collection of child elements

Definition

Namespace: Aliquo.Windows.Base
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public void RemoveChild(
	TreeDataStructure<T> item
)

Parameters

item  TreeDataStructureT
Element to remove.

See Also