children property

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

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

Implementation

List<ConversionNode<T>> children;