0
kicks
c# : How to set default value on automatic properties (auto implemente
The new c# compiler allow us to write very clean and simplified property declaration, that avoid us to declare the private member and the get/ set accessors. here is the snippet (just do "prop TAB TAB" in visual studio 2008)
Here is what to do when you need a default value for your property : Just use our good old attributes: