Welcome to RightHand's community place Sign in | | Help

december 2008 - Posts

Autoimplement base class constructors with CodeRush

How often do you derive a class and re-create all of the base constructors? This is not an uncommon task, let's take a custom exception class for example: public class MyException: Exception { } If you right click on Exception and pick Go to Definition
Posted by Miha Markic | 1 Comments