Method Insert
- Namespace
- Alternet.FormDesigner.Wpf.Outline
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Insert(IEnumerable<IOutlineNode>, IOutlineNode, bool)
When implemented by a class, performs an insertion operation.
void Insert(IEnumerable<IOutlineNode> nodes, IOutlineNode after, bool copy)
Parameters
nodesIEnumerable<IOutlineNode>The list into which the insertion will be carried out.
afterIOutlineNodeIOutlineNodechild element after which insertion will be.copyboolSpecifies whether node should be copied or moved.