C# Quiz Question #1
I'm finally getting around to spinning up on .NET 3.0/3.5. I'm getting started with the new C# language features as a baseline before jumping into LINQ and beyond. So to get started I'm writing a little quiz for some of the new C# language features. I know this stuff is all over the net, but I tend to remember things better when I write about them so here goes:
- Question: What are Auto-Implemented Properties?
View the full blog entry for the answer. Comments encouraged.
Question: What are Auto-Implemented Properties?
Answer: Auto-Implemented properties are a particular features of class properties whereby you do not have to declare the actual underlying field.
For full details read Auto-Implemented Properties from the C# Programming Guide on MSDN