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