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

Inheritance: IReaderMode
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
BigTextParser ( Step step, string text ) : System.IO
Read ( int indention, string text ) : IReaderMode

Method Details

BigTextParser() public méthode

public BigTextParser ( Step step, string text ) : System.IO
step Step
text string
Résultat System.IO

Read() public méthode

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