[]
Initializes a new instance of the C1TreeNode class.
public C1TreeNode()
Public Sub New()
Initializes a new instance of the C1TreeNode class.
public C1TreeNode(object value)
Public Sub New(value As Object)
| Type | Name | Description |
|---|---|---|
| object | value | The value of the new tree node. |