Click or drag to resize
Accord.NET (logo)

TreeNodeTNodeNext Property

Gets the next sibling of this node (the node immediately next to it in its parent's collection).

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

Property Value

Type: TNode
See Also