children property

List<ConversionNode<T>> children
getter/setter pair

This is the list of the ConversionNodes that depend on this node. These are the children of this parent node.

Implementation

List<ConversionNode<T>> children;