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

Inheritance: IReaderMode
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

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

Method Details

CommentMode() public méthode

public CommentMode ( Section section ) : System
section Section
Résultat System

CommentMode() public méthode

public CommentMode ( Specification spec ) : System
spec Specification
Résultat System

Read() public méthode

public Read ( int indention, string text ) : IReaderMode
indention int
text string
Résultat IReaderMode