Implementing Virtual Methods with Visual Assist
May 23, 2014
Visual Assist has a feature—Implement Virtual Methods—that makes it easy to implement an interface, or abstract methods of a base class. You don’t need to create anything manually.
Move the caret to a base or interface class in the declaration of your derived class, or to the derived class if you want to implement methods from all bases classes.
Open a refactoring menu—via the context…
You must be logged in to post a comment.