What happens to C# 4 optional parameters when compiling against 3.5?
- by Latest Microsoft Blogs
Here’s a method declaration that uses optional parameters: public Path Copy( Path destination, bool overwrite = false , bool recursive = false ) Something you may not know is that Visual Studio 2010 will let you compile this against .NET 3.5, with no Read More......(read more)