Inheritance: IGrammar
示例#1
0
 public FixtureWithExplicits()
 {
     this["a"] = new StubGrammar();
     this["b"] = new StubGrammar();
     this["c"] = new StubGrammar();
 }
示例#2
0
 public FixtureWithExplicits()
 {
     this["a"] = new StubGrammar();
     this["b"] = new StubGrammar();
     this["c"] = new StubGrammar();
 }