Hide Comments
Hide Comments

Comments (0)

Returns the instruction with the specified name. If no instruction exists with that name, an exception is raised.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  property ItemByName[Index: String]: TRSGPInstruction<T> read GetItemByName;
 

Parameters

Index

Type: String

Property Value

Type: TRSGPInstruction<T>

expandingSee Also

Comments (0)