CClash.CClashServerClient.DeriveHashKey C# (CSharp) Method

DeriveHashKey() public method

public DeriveHashKey ( ICompiler comp, IEnumerable args ) : DataHash
comp ICompiler
args IEnumerable
return DataHash
        public DataHash DeriveHashKey(ICompiler comp, IEnumerable<string> args)
        {
            throw new NotSupportedException();
        }