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

UnknownClassMacroWithFieldHint() public static method

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