コード例 #1
0
 public GeneratorScanner( Stream s, WolfGeneratorCustomToolGenerator customToolGenerator )
     : base(s)
 {
     this.customToolGenerator = customToolGenerator;
 }
コード例 #2
0
 public GeneratorScanner( string fileName, WolfGeneratorCustomToolGenerator customToolGenerator )
     : base(fileName)
 {
     this.customToolGenerator = customToolGenerator;
 }