0
kicks
Object Initializers
A new feature of Visual Studio 2008 and it's C# 3.0 is Object Initalizers. This compiler feature can be used to set the values of properties without the need to create a special constructors. Even though you must have 2008 to use this feature, you don't have to target the 3.0 or 3.5 framework as it works just fine with the 2.0 framework.