CClash.HashUtil.HashUtil C# (CSharp) 메소드

HashUtil() 공개 메소드

public HashUtil ( FileCacheStore includecache ) : System
includecache FileCacheStore
리턴 System
        public HashUtil(FileCacheStore includecache) {
            if (includecache == null) throw new ArgumentNullException("includecache");
            includeCache = includecache;
        }