CClash.CClashServerClient.DeriveHashKey C# (CSharp) Méthode

DeriveHashKey() public méthode

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