JGR MSTS Editors and Tools
Insert<(Of <(<'U>)>)> Method (child)
NamespacesJgr.IO.ParserDataTreePath<(Of <(<'T>)>)>Insert<(Of <<'(U>)>>)(U)

[This is preliminary documentation and is subject to change.]

Inserts child before the last step in the [!:DataTreePath].
Declaration Syntax
C#Visual BasicVisual C++
public T Insert<U>(
	U child
)
where U : class, IDataTreeNode
Public Function Insert(Of U As {Class, IDataTreeNode}) ( _
	child As U _
) As T
public:
generic<typename U>
where U : ref class, IDataTreeNode
T Insert(
	U child
)
Generic Template Parameters
U

[Missing <typeparam name="U"/> documentation for "M:Jgr.IO.Parser.DataTreePath`1.Insert``1(``0)"]

Parameters
child (U)
The child to insert.
Return Value
The new root of the tree.

Assembly: JGR.IO.Parser (Module: JGR.IO.Parser) Version: 0.5.4008.31682