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

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

public IsSupported ( ICompiler comp, IEnumerable args ) : bool
comp ICompiler
args IEnumerable
Результат bool
        public bool IsSupported(ICompiler comp, IEnumerable<string> args)
        {
            return true;
        }