Here's a question I got from a C# user last year, a question I get fairly frequently:
User: With "regular" explicit properties, I tend to use the private backing field directly from within the class. Of course, with an automatic property, you can't do this. My concern is that in the future, if I decide I need an explicit property for whatever reason, I'm left with the choice of changing the class implementation to use the new privat...Full Article.
No comments:
Post a Comment
Post your comments here: