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

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

Méthodes publiques

Méthode Description
HeaderMode ( Specification spec ) : System
Read ( int indention, string line ) : IReaderMode

Private Methods

Méthode Description
parseMetadata ( string line ) : void

Method Details

HeaderMode() public méthode

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

Read() public méthode

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