The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Auto-Implemented Properties of C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
savan savaniPosted Apr 5, 2017, 7:35 AM
So auto implemented properties works same as fields in this case. Then why don't we use public fields instead of public properties?
Thomas MapotherPosted Aug 2, 2011, 3:17 AM
Hi Hiren, Is there any other option we have to access private fields without using get and set assessors...?