Adds a tree node to the link collection.
Namespace: Spherical.NodesAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public void AddChild( TreeNode<T> node ) |
Visual C++ |
---|
public: void AddChild( TreeNode<T>^ node ) |
F# |
---|
member AddChild : node:TreeNode<'T> -> unit |
Parameters
- node
- Type: Spherical.Nodes..::..TreeNode<(Of <(<'T>)>)>
The node.
Remarks
Sets the parent to be this.