Aspose.Note for .Net
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

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: TThe added node.
