CClash.HashUtil.HashUtil C# (CSharp) Method

HashUtil() public method

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