Example #1
0
 public Generator() : base(false)
 {
     fieldGeneratorConversions = new UnitConversionJSON.HoldingArrayGenerator("field \"Conversions\" of the UnitConverterInformationNugget class", false);
     fieldGeneratorErrors      = new UnitConversionErrorJSON.HoldingArrayGenerator("field \"Errors\" of the UnitConverterInformationNugget class", false);
     set_what("the UnitConverterInformationNugget class");
 }
Example #2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorConversions = new UnitConversionJSON.HoldingArrayGenerator("field \"Conversions\" of the UnitConverterInformationNugget class", ignore_extras);
     fieldGeneratorErrors      = new UnitConversionErrorJSON.HoldingArrayGenerator("field \"Errors\" of the UnitConverterInformationNugget class", ignore_extras);
     set_what("the UnitConverterInformationNugget class");
 }