Click or drag to resize
Accord.NET (logo)

ITreeNodeTNode Interface

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public interface ITreeNode<TNode>
where TNode : Object, ITreeNode<TNode>
Request Example View Source

Type Parameters

TNode
The type of the tree node.

The ITreeNodeTNode type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets or sets the collection of child nodes under this node.
Public propertyIsLeaf
Gets whether this node is a leaf (has no children).
Top
See Also