Boo.Lang.Compiler.CompilerErrorFactory.InvalidAttributeTarget C# (CSharp) Метод

InvalidAttributeTarget() публичный статический Метод

public static InvalidAttributeTarget ( Node node, Type attrType, AttributeTargets validOn ) : CompilerError
node Node
attrType System.Type
validOn AttributeTargets
Результат CompilerError
        public static CompilerError InvalidAttributeTarget(Node node, Type attrType, AttributeTargets validOn)
        {
            return Instantiate("BCE0153", node, attrType, validOn);
        }
CompilerErrorFactory