ProjectCleaner.Parsing.ProjectParser.ProjectParser C# (CSharp) Method

ProjectParser() public method

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