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

Project() public method

public Project ( string file, string json ) : System
file string
json string
return System
        public Project(string file, string json)
        {
            File = file;
            JSON = json;
        }