Click or drag to resize

ITreeNodeT Interface

Defines a simple tree node, where the child nodes are enumerable. There is no reference to the node's parent.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ITreeNode<T>
where T : Object, ITreeNode<T>

Type Parameters

T
Type of the node.

The ITreeNodeT type exposes the following members.

Properties
 NameDescription
Public propertyChildNodes Gets the child nodes.
Top
See Also