Click or drag to resize
Accord.NET (logo)

BinaryTreeTNodeRoot 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; set; }
Request Example View Source

Property Value

Type: TNode
See Also