Archive

Posts Tagged ‘Collection Initializers’

Collection Initializers in C# 3.0 | Basic Tutorial

November 15th, 2011 No comments
Collection Initializers is a new concept introduced in C# 3.0.  By implementing this concept in your code you can save your time for initializing individual property of your class.  In C# 2.0 you can initialize a collection you can use the following syntax.

>> Click here to Read the complete Article