Daily reviews about .Net,tools and programming techniques
Use ReadOnly attribute or remove set accessor ...
[ReadOnly(true)]public int Age{ get { return _Age; } set { _Age = value; }}
source(russian)
No comments:
Post a Comment