Пример #1
0
 public FieldGeneratorArgumentData(string what, bool ignore_extras)
 {
     field0          = new SportsStatsArgumentTypeModifierJSON.HoldingGenerator("option 0 of field \"ArgumentData\"", ignore_extras);
     field1          = new SportsSeasonJSON.HoldingGenerator("option 1 of field \"ArgumentData\"", ignore_extras);
     all_handlers[0] = field0;
     all_handlers[1] = field1;
 }
Пример #2
0
 public FieldGeneratorArgumentData(string what, bool ignore_extras)
 {
     field0          = new SportsStandingsArgumentWildCardJSON.HoldingGenerator("option 0 of field \"ArgumentData\"", ignore_extras);
     field1          = new SportsSeasonJSON.HoldingGenerator("option 1 of field \"ArgumentData\"", ignore_extras);
     field2          = new SportsStandingsArgumentConferenceJSON.HoldingGenerator("option 2 of field \"ArgumentData\"", ignore_extras);
     field3          = new SportsStandingsArgumentDivisionalJSON.HoldingGenerator("option 3 of field \"ArgumentData\"", ignore_extras);
     all_handlers[0] = field0;
     all_handlers[1] = field1;
     all_handlers[2] = field2;
     all_handlers[3] = field3;
 }