C# Class SolutionMaker.Core.SolutionReader

Datei anzeigen Open project: zlphoenix/LearnCSharp Class Usage Examples

Public Methods

Method Description
Read ( string solutionFile ) : Solution

Private Methods

Method Description
ParseGlobal ( Solution solution, List lines, int &lineIndex ) : void
ParseGlobalSection ( SolutionGlobal global, List lines, int &lineIndex ) : void
ParseHeader ( Solution solution, List lines, int &lineIndex ) : void
ParseNestedProjects ( Solution solution ) : void
ParseProjectSection ( SolutionProject project, List lines, int &lineIndex ) : void
ParseProjectSections ( SolutionProject project, List lines, int &lineIndex ) : void
ParseProjects ( Solution solution, List lines, int &lineIndex ) : void

Method Details

Read() public method

public Read ( string solutionFile ) : Solution
solutionFile string
return SolutionMaker.Core.Model.Solution