CompositeNode1.RemoveChild
CompositeNode<T>.RemoveChild<T1> method
Removes the child node.
public T1 RemoveChild<T1>(T1 oldChild)
where T1 : T
Parameter | Description |
---|---|
T1 | The exact type of removed node. |
oldChild | The node to remove. |
Return Value
The removed node.
See Also
- class CompositeNode<T>
- namespace Aspose.Note
- assembly Aspose.Note