Method TreeBase<T>.AddChild
Overload
Adds node n to this node as a child.
public void AddChild(T n, bool first = false)
Parameters
| n (T) |
|
first (bool)
Insert n as the first child node. If |
Exceptions
|
ArgumentException
n is |