May 2010
Intermediate to advanced
1272 pages
61h 18m
English
You might often use object initializers to create objects instances in line; generating code on-the-fly is powerful. Consider the following declaration:
![]()
When you write this code, the Person class and its FirstName and LastName properties do not exist. At this point you can open the correction options and choose the Generate Class command. Visual Studio automatically associates the previous assignments to the class that is initialized in line and generates the appropriate members. Code generation for the previous code snippet produces the following result:
With a single mouse click you have accomplished ...
Read now
Unlock full access