コード例 #1
0
 public Population(int s)
 {
     population = new ContainerForInds(s);
 }