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

UnknownClassMacroWithFieldHint() 공개 정적인 메소드

public static UnknownClassMacroWithFieldHint ( MacroStatement node, string name ) : CompilerError
node MacroStatement
name string
리턴 CompilerError
        public static CompilerError UnknownClassMacroWithFieldHint(MacroStatement node, string name)
        {
            return Instantiate("BCE0166", node, name);
        }
CompilerErrorFactory