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
Parameter | Description |
---|---|
T1 | The exact type of appended node. |
newChild | The node to add. |
Return Value
The added node.
See Also
- class CompositeNode<T>
- namespace Aspose.Note
- assembly Aspose.Note