コード例 #1
0
 public Sentence_code_generation()
 {
     var model = new TestbedFixture().Compile(CellHandling.Basic());
     model.IsMissing = true;
     model.grammars.Each(x => x.IsMissing = true);
     theCode = model.missingCode;
 }
コード例 #2
0
        public Sentence_code_generation()
        {
            var model = new TestbedFixture().Compile(CellHandling.Basic());

            model.IsMissing = true;
            model.grammars.Each(x => x.IsMissing = true);
            theCode = model.missingCode;
        }