ITreeSwappableListNodeT Interface |
Defines a tree node, where the children can be accessed by index and swapped. There is no reference to the node's parent.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic interface ITreeSwappableListNode<T> : ITreeListNode<T>,
ITreeNode<T>
where T : Object, ITreeSwappableListNode<T>
Type Parameters
- T
- Type of the node.
The ITreeSwappableListNodeT type exposes the following members.
Properties
See Also