Hide Comments
Hide Comments

IRSGeneticProgramEngine<T>.CreateInstructions(TCollectionItemClass) Method

Comments (0)

Creates the  Instructions collection of the correct class type.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  function CreateInstructions( InstructionClass: TCollectionItemClass ): TRSGPInstructions<T>;
 

Parameters

InstructionClass

Type: TCollectionItemClass

Return Value

Type: TRSGPInstructions<T>

expandingSee Also

Comments (0)