PopulationEventArgs.Population Property
public List<Chromosome> Population {get; set;}
This language is not supported or no code example is available.
public:
property List<Chromosome^>^ Population {
List<Chromosome^>^ get( );
void set(
List<Chromosome^>^ value
);
}
This language is not supported or no code example is available.