ITreeListNode<'T> Type

Defines a tree node, where the childs can be accessed by index. There is no reference to the node's parent.

Instance members

Instance member Description

this.ChildNodes

Full Usage: this.ChildNodes

Returns: IList<'T>
Modifiers: abstract

Gets the child nodes.

Returns: IList<'T>