TreeDataStructureTAddChild Method

Adds or inserts an element to 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 AddChild(
	TreeDataStructure<T> item,
	int? insertIndex = null
)

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.

See Also