C# Class SolutionMaker.Core.SolutionWriter

Afficher le fichier Open project: zlphoenix/LearnCSharp Class Usage Examples

Méthodes publiques

Méthode Description
Write ( string solutionFile, Solution solution ) : void

Private Methods

Méthode Description
WriteGlobal ( StreamWriter writer ) : void
WriteHeader ( StreamWriter writer ) : void
WriteProject ( StreamWriter writer, SolutionProject project ) : void
WriteProjects ( StreamWriter writer ) : void

Method Details

Write() public méthode

public Write ( string solutionFile, Solution solution ) : void
solutionFile string
solution SolutionMaker.Core.Model.Solution
Résultat void