Exemplo n.º 1
0
 public Lottery(Lottery <T> src) : this(src.entrants.Capacity)
 {
     src.CombineInto(this);
 }
Exemplo n.º 2
0
 public void CombineInto(AffixPool pool)
 {
     lottery.CombineInto(pool.lottery);
 }