Obfuscar.AssemblyCache.AssemblyCache C# (CSharp) Method

AssemblyCache() public method

public AssemblyCache ( Project project ) : System
project Project
return System
        public AssemblyCache(Project project)
        {
            this.project = project;
        }