Method AddObject
AddObject(T?)
Adds a new root level object unless it is already a root of the tree.
public void AddObject(T? o)
Parameters
oTThe object to add as a root node.
Adds a new root level object unless it is already a root of the tree.
public void AddObject(T? o)
o TThe object to add as a root node.