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

SelfIsNotValidInStaticMember() public static method

public static SelfIsNotValidInStaticMember ( Node node ) : CompilerError
node Node
return CompilerError
        public static CompilerError SelfIsNotValidInStaticMember(Node node)
        {
            return Instantiate("BCE0058", node, SelfKeyword);
        }
CompilerErrorFactory