コード例 #1
0
 public Generator() : base(false)
 {
     fieldGeneratorIndexedUserDevicesCount = new FieldHoldingGeneratorIndexedUserDevicesCount("field \"IndexedUserDevicesCount\" of the IndexUserDevicesCommand class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the IndexUserDevicesCommand class");
 }
コード例 #2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorIndexedUserDevicesCount = new FieldHoldingGeneratorIndexedUserDevicesCount("field \"IndexedUserDevicesCount\" of the IndexUserDevicesCommand class");
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the IndexUserDevicesCommand class");
 }