public Table_code_generation()
 {
     var model = new TableTargetFixture().Compile(CellHandling.Basic());
     model.IsMissing = true;
     model.grammars.Each(x => x.IsMissing = true);
     theCode = model.missingCode;
 }
Пример #2
0
        public Table_code_generation()
        {
            var model = new TableTargetFixture().Compile(CellHandling.Basic());

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