示例#1
0
 public Generator() : base(false)
 {
     fieldGeneratorInformationNuggets = new InformationNuggetJSON.HoldingArrayGenerator("field \"InformationNuggets\" of the InformationCommand class", false);
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the InformationCommand class");
 }
示例#2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorInformationNuggets = new InformationNuggetJSON.HoldingArrayGenerator("field \"InformationNuggets\" of the InformationCommand class", ignore_extras);
     unknownFieldGenerator            = new UnknownFieldGenerator(ignore_extras);
     set_what("the InformationCommand class");
 }