Hide Comments
Hide Comments

Comments (0)

Creates a new instruction instance and adds it to the Items array. Call Add to create a new instruction in the collection. The new value is placed at the end of the Items array.
 
Add returns the new instruction
 

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  function Add: TRSGPInstruction<T>;
 

Return Value

Type: TRSGPInstruction<T>

expandingSee Also

Comments (0)