With C # 3.0, you can use many of your functions (object initializers, var variables, lambda expressions), but at the same time target .NET 2.0 or 3.0.
What new features in C # 4.0 can I use when setting up runtime for .NET 2.0, 3.0, or 3.5?
source
share