CompositeNode1.AppendChildLast

CompositeNode<T>.AppendChildLast<T1> method

Adds the node to the end of the list of child nodes for this node.

public virtual T1 AppendChildLast<T1>(T1 newChild)
    where T1 : T
ParameterDescription
T1The exact type of appended node.
newChildThe node to add.

Return Value

The added node.

See Also