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

TypeNotAttribute() public static method

public static TypeNotAttribute ( Node node, IType attributeType ) : CompilerError
node Node
attributeType IType
return CompilerError
        public static CompilerError TypeNotAttribute(Node node, IType attributeType)
        {
            return Instantiate("BCE0033", node, attributeType);
        }
CompilerErrorFactory