CClash.CClashServerClient.DeriveHashKey C# (CSharp) Метод

DeriveHashKey() публичный Метод

public DeriveHashKey ( ICompiler comp, IEnumerable args ) : DataHash
comp ICompiler
args IEnumerable
Результат DataHash
        public DataHash DeriveHashKey(ICompiler comp, IEnumerable<string> args)
        {
            throw new NotSupportedException();
        }