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