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

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

Méthodes publiques

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

Method Details

Read() public méthode

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

SectionMode() public méthode

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