TreeDataStructureTAddChild Method
Adds or inserts an element to the collection of child elements.
Namespace: Aliquo.Windows.BaseAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public void AddChild(
TreeDataStructure<T> item,
int? insertIndex = null
)
Public Sub AddChild (
item As TreeDataStructure(Of T),
Optional insertIndex As Integer? = Nothing
)
Parameters
- item TreeDataStructureT
- Item to be added.
- insertIndex NullableInt32 (Optional)
- Specifies the insertion index. If is omitted or indicated, the element is added to the end of the collection.