CompositeNode1.InsertChildrenRange
Contents
[
Hide
]InsertChildrenRange(int, IEnumerable<T>)
Inserts the node’s sequence starting from specified position in the list of child nodes for this node.
public void InsertChildrenRange(int i, IEnumerable<T> newChildren)
Parameter | Type | Description |
---|---|---|
i | Int32 | Position to insert |
newChildren | IEnumerable`1 | The sequence of nodes to be inserted. |
See Also
- class CompositeNode<T>
- namespace Aspose.Note
- assembly Aspose.Note
InsertChildrenRange(int, params T[])
Inserts the node’s sequence starting from specified position in the list of child nodes for this node.
public void InsertChildrenRange(int i, params T[] newChildren)
Parameter | Type | Description |
---|---|---|
i | Int32 | Position to insert |
newChildren | T[] | The sequence of nodes to be inserted. |
See Also
- class CompositeNode<T>
- namespace Aspose.Note
- assembly Aspose.Note