Moved to http://www.josefcobonnin.com/post/2007/04/08/C-30-Automatic-Properties.aspx
posted on Sunday, April 08, 2007 9:15 PM
Feedback
# re: C# 3.0 - Automatic Properties
7/12/2007 7:13 AM |
hi ... ijust tried doing this ... but it still gives this error that the property should be declared abstract or inter .... whats the workaround for that ?
# re: C# 3.0 - Automatic Properties
7/19/2007 1:13 PM |
Hi,
This feature is only available with C# 3.0. This is the version shipped with .NET Framework 3.5 / Visual Studio 2008 (Orcas)
# re: C# 3.0 - Automatic Properties
3/3/2008 11:01 PM |
I like your suggestion on declaring automatic properties as: 1 public property int Count;
have you tried pursueing with microsoft? : )
# re: C# 3.0 - Automatic Properties
7/17/2008 1:35 AM |
thanxx
# re: C# 3.0 - Automatic Properties
9/14/2008 12:16 PM |
Thanks so much.