OpenIDE.Core.Caching.ProjectFile.ProjectFile C# (CSharp) Method

ProjectFile() public method

public ProjectFile ( string file, string project ) : System
file string
project string
return System
        public ProjectFile(string file, string project)
        {
            File = file;
            Project = project;
        }