C# Class SolutionMaker.Core.SolutionWriter

Mostrar archivo Open project: zlphoenix/LearnCSharp Class Usage Examples

Public Methods

Method Description
Write ( string solutionFile, Solution solution ) : void

Private Methods

Method Description
WriteGlobal ( StreamWriter writer ) : void
WriteHeader ( StreamWriter writer ) : void
WriteProject ( StreamWriter writer, SolutionProject project ) : void
WriteProjects ( StreamWriter writer ) : void

Method Details

Write() public method

public Write ( string solutionFile, Solution solution ) : void
solutionFile string
solution SolutionMaker.Core.Model.Solution
return void