Boo.Lang.Compiler.CompilerErrorFactory.RuntimeMethodBodyMustBeEmpty C# (CSharp) Метод

RuntimeMethodBodyMustBeEmpty() публичный статический Метод

public static RuntimeMethodBodyMustBeEmpty ( Node node, IMethod method ) : CompilerError
node Node
method IMethod
Результат CompilerError
        public static CompilerError RuntimeMethodBodyMustBeEmpty(Node node, IMethod method)
        {
            return Instantiate("BCE0076", node, method);
        }
CompilerErrorFactory