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

Inheritance: IReaderMode
Mostra file Open project: storyteller/Storyteller

Public Methods

Method Description
HeaderMode ( Specification spec ) : System
Read ( int indention, string line ) : IReaderMode

Private Methods

Method Description
parseMetadata ( string line ) : void

Method Details

HeaderMode() public method

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

Read() public method

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