CClash.NullCompilerCache.IsSupported C# (CSharp) Method

IsSupported() public method

public IsSupported ( ICompiler comp, IEnumerable args ) : bool
comp ICompiler
args IEnumerable
return bool
        public override bool IsSupported(ICompiler comp, IEnumerable<string> args) {
            return false;
        }