ITreeListNode<'T>
ITreeNode<'T>
Defines a tree node, where the childs can be accessed by index. There is no reference to the node's parent.
this.ChildNodes
IList<'T>
Gets the child nodes.