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

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

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