Boo.Lang.Compiler.CompilerErrorFactory.CannotInferGenericMethodArguments C# (CSharp) Method

CannotInferGenericMethodArguments() public static method

public static CannotInferGenericMethodArguments ( Node node, IMethod method ) : CompilerError
node Node
method IMethod
return CompilerError
        public static CompilerError CannotInferGenericMethodArguments(Node node, IMethod method)
        {
            return Instantiate("BCE0164", node, method);
        }
CompilerErrorFactory