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

PropertyIsWriteOnly() public static method

public static PropertyIsWriteOnly ( Node node, IEntity property ) : CompilerError
node Node
property IEntity
return CompilerError
        public static CompilerError PropertyIsWriteOnly(Node node, IEntity property)
        {
            return Instantiate("BCE0137", node, property);
        }
CompilerErrorFactory