ProjectCleaner.Parsing.ProjectParser.ProjectParser C# (CSharp) 메소드

ProjectParser() 공개 메소드

public ProjectParser ( string projectFile ) : System.Collections.Generic
projectFile string
리턴 System.Collections.Generic
        public ProjectParser(string projectFile)
        {
            ProjectFile = projectFile;
        }