Defines a tree node, where the childs can be accessed by index. There is no reference to the node's parent.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public interface ITreeListNode<T> : ITreeNode<T>
where T : Object, ITreeListNode<T>
Type Parameters
- T
- Type of the node.
The ITreeListNodeT type exposes the following members.
Properties See Also