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

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

public static TypeNotAttribute ( Node node, IType attributeType ) : CompilerError
node Node
attributeType IType
Результат CompilerError
        public static CompilerError TypeNotAttribute(Node node, IType attributeType)
        {
            return Instantiate("BCE0033", node, attributeType);
        }
CompilerErrorFactory