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

CantBeMarkedStatic() public static method

public static CantBeMarkedStatic ( Node node ) : CompilerError
node Node
return CompilerError
        public static CompilerError CantBeMarkedStatic(Node node)
        {
            return Instantiate("BCE0151", node);
        }
CompilerErrorFactory