Esempio n. 1
0
 public IntegerListThatComparesByLength(IIntegerListPopulator populator, int size)
     : base(populator, size)
 {
 }
Esempio n. 2
0
 public IntegerList(IIntegerListPopulator populator, int size)
 {
     populator.PopulateList(this, size);
 }