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
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