PopulationEventArgs Constructor

public PopulationEventArgs( 
List<Chromosome> population
int generationNumber 
)
This language is not supported or no code example is available.
public:  
PopulationEventArgs( 
List<Chromosome^>^ population
int generationNumber 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

population
List<Chromosome>

generationNumber
int

In this article

Definition