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

AstMacroMustBeExternal() public static method

public static AstMacroMustBeExternal ( Node node, IType type ) : CompilerError
node Node
type IType
return CompilerError
        public static CompilerError AstMacroMustBeExternal(Node node, IType type)
        {
            return Instantiate("BCE0039", node, type);
        }
CompilerErrorFactory