StoryTeller.UserInterface.Editing.HTML.GrammarSelector.IGrammarVisitor C# (CSharp) Méthode

IGrammarVisitor() private méthode

private IGrammarVisitor ( Paragraph paragraph, IStep step ) : void
paragraph StoryTeller.Model.Paragraph
step IStep
Résultat 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