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

MultipleAttributeUsage() public static method

public static MultipleAttributeUsage ( Node node, Type attrType ) : CompilerError
node Node
attrType Type
return CompilerError
        public static CompilerError MultipleAttributeUsage(Node node, Type attrType)
        {
            return Instantiate("BCE0154", node, attrType);
        }
CompilerErrorFactory