Click or drag to resize

TreeNodeT Constructor

Creates a new instance of TreeNode.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public TreeNode(
	T value,
	int depth
)

Parameters

value
Type: T
Value of the node.
depth
Type: SystemInt32
Depth of the node.
See Also