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

AstAttributeMustBeExternal() public static method

public static AstAttributeMustBeExternal ( Node node, IType attributeType ) : CompilerError
node Node
attributeType IType
return CompilerError
        public static CompilerError AstAttributeMustBeExternal(Node node, IType attributeType)
        {
            return Instantiate("BCE0010", node, attributeType);
        }
CompilerErrorFactory