C# Class StoryTeller.Model.Persistence.Markdown.CommentMode

Inheritance: IReaderMode
Show file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
CommentMode ( Section section ) : System
CommentMode ( Specification spec ) : System
Read ( int indention, string text ) : IReaderMode

Method Details

CommentMode() public method

public CommentMode ( Section section ) : System
section Section
return System

CommentMode() public method

public CommentMode ( Specification spec ) : System
spec Specification
return System

Read() public method

public Read ( int indention, string text ) : IReaderMode
indention int
text string
return IReaderMode