StoryTeller.Model.Persistence.Markdown.CommentMode.CommentMode C# (CSharp) Method

CommentMode() public method

public CommentMode ( Section section ) : System
section Section
return System
        public CommentMode(Section section)
        {
            section.Children.Add(_comment);
        }

Same methods

CommentMode::CommentMode ( Specification spec ) : System