Posted on: 10/29/2008 12:05:49 AM | Views : 809

C# 3.0 introduces a new feature that configures the properties of newly instantiated objects. Object initialisers allow multiple property values to be set within a single assignment operation. They are used in conjunction with any provided constructors.

...

Go to the complete details ...