Using Default Values in C# 4.0
One of the new features of C# 4.0, the new version of C# included in Visual Studio 10 beta, is the use of default values.If you are on the road long enough to be a C++ programmer, you will remember that default values was one of the features of member functions in C++. Quickly stated,…