CompositeNode(T).AppendChild Method

Aspose.Note for .NET API

CompositeNodeTAppendChild Method

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

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public virtual T AppendChild(
	T newChild
)
Public Overridable Function AppendChild ( 
	newChild As T
) As T
public:
virtual T AppendChild(
	T newChild
)
abstract AppendChild : 
        newChild : 'T -> 'T 
override AppendChild : 
        newChild : 'T -> 'T 

Parameters

newChild
Type: T
The node to add.

Return Value

Type: T
The added node.
See Also