Boo.Lang.Compiler.CompilerErrorFactory.CouldNotInferReturnType C# (CSharp) Méthode

CouldNotInferReturnType() public static méthode

public static CouldNotInferReturnType ( Node node, string signature ) : CompilerError
node Node
signature string
Résultat CompilerError
        public static CompilerError CouldNotInferReturnType(Node node, string signature)
        {
            return Instantiate("BCE0062", node, signature);
        }
CompilerErrorFactory