|
TreeNodeTNode Constructor
|
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public TreeNode(
int index
)
Public Sub New (
index As Integer
)
Request Example
View SourceParameters
- index
- Type: SystemInt32
The index of this node in the children collection of its parent node.
See Also