C# 클래스 SolutionMaker.Core.SolutionWriter

파일 보기 프로젝트 열기: zlphoenix/LearnCSharp 1 사용 예제들

공개 메소드들

메소드 설명
Write ( string solutionFile, Solution solution ) : void

비공개 메소드들

메소드 설명
WriteGlobal ( StreamWriter writer ) : void
WriteHeader ( StreamWriter writer ) : void
WriteProject ( StreamWriter writer, SolutionProject project ) : void
WriteProjects ( StreamWriter writer ) : void

메소드 상세

Write() 공개 메소드

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