CClash.NullCompilerCache.CheckCache C# (CSharp) 메소드

CheckCache() 공개 메소드

public CheckCache ( ICompiler comp, IEnumerable args, DataHash commonkey, CacheManifest &manifest ) : bool
comp ICompiler
args IEnumerable
commonkey DataHash
manifest CacheManifest
리턴 bool
        public override bool CheckCache(ICompiler comp, IEnumerable<string> args, DataHash commonkey, out CacheManifest manifest)
        {
            throw new NotImplementedException();
        }