ITreeNode<'T> Type

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

Instance members

Instance member Description

this.ChildNodes

Full Usage: this.ChildNodes

Returns: IEnumerable<'T>
Modifiers: abstract

Gets the child nodes.

Returns: IEnumerable<'T>