Beispiel #1
0
 public Generator()
 {
     fieldGeneratorConversions = new CurrencyConversionJSON.HoldingArrayGenerator("field \"Conversions\" of the TypeNativeData class", false);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator() : base(false)
 {
     fieldGeneratorConversions = new CurrencyConversionJSON.HoldingArrayGenerator("field \"Conversions\" of the CurrencyConverterInformationNugget class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the CurrencyConverterInformationNugget class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorConversions = new CurrencyConversionJSON.HoldingArrayGenerator("field \"Conversions\" of the CurrencyConverterInformationNugget class", ignore_extras);
     unknownFieldGenerator     = new UnknownFieldGenerator(ignore_extras);
     set_what("the CurrencyConverterInformationNugget class");
 }