상속: 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();
 }