Can you use optional parameters in code targeting .NET 3.5?

With VS2010 RC, I was able to create a .NET 3.5 application that uses optional parameters in C#.

So yes, it’s all about syntactic sugar.

Leave a Comment