children property
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;
This are the list of the ConversionNodes that depend by this node. These are the children of this parent node.
List<ConversionNode<T>> children;