c# : How to set default value on automatic properties (auto implemente(predicatet.blogspot.com)
submitted by
ccook(320) 3 years, 4 months ago
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:
|category: C#
|Views: 142
tags:
C# another
Everyones tags:
Your Tags: