Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
C# 3.5 features
Permanently deleted user
Created
I am working with C# 3.5 and it seems that new features are not supported. I get error on code public string Name{get; set;} in not abstract class. This is fine in C#3.5 Shimon.
I am working with C# 3.5 and it seems that new features are not supported. I get error on code public string Name{get; set;} in not abstract class. This is fine in C#3.5 Shimon.
>> I am working with C# 3.5 and it seems that new features are not >> supported. >> I get error on code >> public string Name{get; set;} in not abstract class. >> This is fine in C#3.5 >> Shimon.
Hello,
http://resharper.blogspot.com/2007/11/resharper-and-visual-studio-2008.html
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
Hi Shimon,
btw. it is C# 3.0 not 3.5
Regards,
Stefan Lieser
Shimon Sim schrieb:
You right just used the number of the framework.
Shimon
"Stefan Lieser" <stefan@lieser-online.de> wrote in message
news:fi8ops$net$1@is.intellij.net...
>
>
>
>
>> I am working with C# 3.5 and it seems that new features are not
>> supported.
>> I get error on code
>> public string Name{get; set;} in not abstract class.
>> This is fine in C#3.5
>> Shimon.