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 ...