Click or drag to resize
Accord.NET (logo)

BinaryNodeTNodeRight Property

Gets or sets the right subtree of this node.

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

Property Value

Type: TNode
See Also