Hide Comments
Hide Comments

Comments (0)

Lists the instructions of the collection. Use the Items property to iterate through all the instructions. Index identifies the index in the range 0 to Count - 1.
 

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  property Items[Index: Integer]: TRSGPInstruction<T> read GetItem write SetItem; default;
 

Parameters

Index

Type: Integer

Property Value

Type: TRSGPInstruction<T>

expandingSee Also

Comments (0)