Constructor TreeNode
TreeNode()
Initialises a new instance with no Text
public TreeNode()
TreeNode(string)
Initialises a new instance and sets starting Text
public TreeNode(string text)
Parameters
text
string
Initialises a new instance with no Text
public TreeNode()
Initialises a new instance and sets starting Text
public TreeNode(string text)
text
string