Showing posts with label auto-properties. Show all posts
Showing posts with label auto-properties. Show all posts

Friday, May 18, 2012

How do you give a C# Auto-Property a default value?


How do you give a C# Auto-Property a default value? I either use the constructor, or revert to the old syntax.