Boo.Lang.Compiler.CompilerErrorFactory.AstMacroMustBeExternal C# (CSharp) 메소드

AstMacroMustBeExternal() 공개 정적인 메소드

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