Click or drag to resize
Accord.NET (logo)

BinaryNodeTNodeLeft Property

Gets or sets the left subtree of this node.

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

Property Value

Type: TNode
See Also