[This is preliminary documentation and is subject to change.]
Inserts child before the last step in the [!:DataTreePath].
Declaration Syntax
C# | Visual Basic | Visual 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.