StoryTeller.UserInterface.Editing.HTML.GrammarSelector.IGrammarVisitor C# (CSharp) Method

IGrammarVisitor() private method

private IGrammarVisitor ( Paragraph paragraph, IStep step ) : void
paragraph StoryTeller.Model.Paragraph
step IStep
return void
        void IGrammarVisitor.Paragraph(Paragraph paragraph, IStep step)
        {
            _link.Label(paragraph.Label);
        }

Same methods

GrammarSelector::IGrammarVisitor ( DoGrammarStructure grammar, IStep step ) : void
GrammarSelector::IGrammarVisitor ( EmbeddedSection section, IStep step ) : void
GrammarSelector::IGrammarVisitor ( Sentence sentence, IStep step ) : void
GrammarSelector::IGrammarVisitor ( SetVerification setVerification, IStep step ) : void
GrammarSelector::IGrammarVisitor ( Table table, IStep step ) : void