New Auto-Implementing Properties Feature in C# 3.0

by Bobby Cannon July 07, 2010 08:10 PM

This new Property feature is called "Auto-Implementing Properties". Below is a code snippet of the old way and the new way. The new way is so much cleaner and it takes away much of the grind in writing properties.

Code: New and Old Syntax for Properties

Tags: ,

Programming

Month List