J
Joel Lyons
The C# compiler in VS 2008 doesn't complain when I use some of the new
features of C# 3.0 (list initializers, etc.)even though my assemblies are
being built for .NET 2. I'm guessing this is because they are just compiler
tricks and don't take advantage of anything new in the .NET 3.5 runtime.
Has anyone seen a document describing which additions in C# 3.0 can be used
when building a .NET 2 assembly and which can't?
Joel Lyons
features of C# 3.0 (list initializers, etc.)even though my assemblies are
being built for .NET 2. I'm guessing this is because they are just compiler
tricks and don't take advantage of anything new in the .NET 3.5 runtime.
Has anyone seen a document describing which additions in C# 3.0 can be used
when building a .NET 2 assembly and which can't?
Joel Lyons