Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstructions<T>
TRSGPInstructions<T> Properties
Name
Description
ItemByName[String]
Returns the instruction with the specified name. If no instruction exists with that name, an exception is raised.
Items[Integer]
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.
Top