[]
Adds an item to the C1TreeNodeCollection.
public void Add(C1TreeNode treeNode)
Type | Name | Description |
---|---|---|
C1TreeNode | treeNode | The C1TreeNode to add to the C1TreeNodeCollection. |
Adds the new tree node with specified value to the collection.
public C1TreeNode Add(object value)
Type | Name | Description |
---|---|---|
object | value | The value of new C1TreeNode which to add to the C1TreeNodeCollection. |
Type | Description |
---|---|
C1TreeNode | The C1TreeNode that is added to the collection. |