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

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

public static PropertyIsWriteOnly ( Node node, IEntity property ) : CompilerError
node Node
property IEntity
Результат CompilerError
        public static CompilerError PropertyIsWriteOnly(Node node, IEntity property)
        {
            return Instantiate("BCE0137", node, property);
        }
CompilerErrorFactory