TreeDataStructureTRemoveChild Method
Removes an element from the collection of child elements
Namespace: Aliquo.Windows.BaseAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public void RemoveChild(
TreeDataStructure<T> item
)
Public Sub RemoveChild (
item As TreeDataStructure(Of T)
)
Parameters
- item TreeDataStructureT
- Element to remove.