Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Types
TRSCustomGeneticProgramming<T>.TNodeList Type
Represents an alias of the TList type.
Namespace: RSGenerics.GeneticProgramming
Delphi
public type TNodeList = TList<TNode>;
•TRSCustomGeneticProgramming<T>
•RSGenerics.GeneticProgramming