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