CompositeNode1.AppendChildFirst

CompositeNode<T>.AppendChildFirst<T1> method

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

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

Return Value

The added node.

See Also