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

Inheritance: IReaderMode
显示文件 Open project: storyteller/Storyteller

Public Methods

Method Description
Read ( int indention, string text ) : IReaderMode
SectionMode ( Section section ) : System

Method Details

Read() public method

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

SectionMode() public method

public SectionMode ( Section section ) : System
section Section
return System