Exemple #1
0
 public ListGenerator(IDictionary <Type, IValueGenerator> baseTypesGenerators)
 {
     this.baseTypesGenerators = baseTypesGenerators;
     byteGenerator            = new ByteGenerator();
 }