C# Class StorytellerDocGen.Outline.OutlineReader

Mostrar archivo Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
OutlineReader ( string file ) : System.Linq
ReadFile ( ) : Topic

Private Methods

Method Description
readTopic ( string line, Topic>.LightweightCache cache ) : void

Method Details

OutlineReader() public method

public OutlineReader ( string file ) : System.Linq
file string
return System.Linq

ReadFile() public method

public ReadFile ( ) : Topic
return StorytellerDocGen.Topics.Topic