Click or drag to resize
Accord.NET (logo)

TreeTNodeRoot Property

Gets the root node of this tree.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public TNode Root { get; protected set; }
Request Example View Source

Property Value

Type: TNode
See Also