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