[This is preliminary documentation and is subject to change.]
Appends child to the last step in the [!:DataTreePath].
Declaration Syntax
C# | Visual Basic | Visual C++ |
public T Append<U>( U child ) where U : class, IDataTreeNode
Public Function Append(Of U As {Class, IDataTreeNode}) ( _ child As U _ ) As T
public: generic<typename U> where U : ref class, IDataTreeNode T Append( U child )
Generic Template Parameters
- U
[Missing <typeparam name="U"/> documentation for "M:Jgr.IO.Parser.DataTreePath`1.Append``1(``0)"]
Parameters
- child (U)
- The child to append.
Return Value
The new root of the tree.