GeekArticles
Microsoft
C#
Microsoft
C#Setting a default value for C# Auto-implemented properties
One of the things missing from C# is the ability to set a default value of auto-implemented properties. You can set a default for variable backed properties, and you can set them for the designer. This does it for you.
Sponsored Links
Related Topics
