Click or drag to resize
Accord.NET (logo)

TreeNodeTNode Constructor

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public TreeNode(
	int index
)
Request Example View Source

Parameters

index
Type: SystemInt32
The index of this node in the children collection of its parent node.
See Also