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

IGrammarVisitor() private méthode

private IGrammarVisitor ( EmbeddedSection section, IStep step ) : void
section StoryTeller.Model.EmbeddedSection
step IStep
Résultat void
        void IGrammarVisitor.EmbeddedSection(EmbeddedSection section, IStep step)
        {
            _link.Label(section.Label);
        }

Same methods

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