StoryTeller.Model.MissingGrammar.IGrammar C# (CSharp) Method

IGrammar() private method

private IGrammar ( Fixture fixture, CellHandling cells ) : GrammarModel
fixture Fixture
cells CellHandling
return GrammarModel
        GrammarModel IGrammar.Compile(Fixture fixture, CellHandling cells)
        {
            return this;
        }

Same methods

MissingGrammar::IGrammar ( Step step, FixtureLibrary library, bool inTable = false ) : IExecutionStep