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