Hide Comments
Hide Comments

TRSGPTreeNode<T>.Create(TRSGPInstruction<T>,TRSGPNode<T>) Constructor

Comments (0)

Initializes a new instance of the TRSGPTreeNode<T> class.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  constructor Create(const aInstruction: TRSGPInstruction<T>; const aParent: TRSGPNode<T>); override;
 

Parameters

aInstruction

Type: TRSGPInstruction<T>

aParent

Type: TRSGPNode<T>

expandingSee Also

Comments (0)