May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Visual Studio is intelligent enough to understand whenever you try to define a shared member. For example, imagine you want to implement a method that returns the number of active instances of the Person class. If you type the following code:
Person.ReturnInstanceCount()
and then select the Generate method stub correction option, Visual Studio generates the following code:
![]()
Read now
Unlock full access