General form of C# Object Initializers
March 29, 2009
3 comments
C# has a language feature that allows several properties of an object to be assigned to as a suffix to a new expression, namely the object initializer:
Read more…
