C# 클래스 SolutionMaker.Core.SolutionReader

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

공개 메소드들

메소드 설명
Read ( string solutionFile ) : Solution

비공개 메소드들

메소드 설명
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

메소드 상세

Read() 공개 메소드

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