Is there a shortcut of some kind in C# (VS 2008) to automatically implement the virtual and abstract base class methods in a derived class?
Maybe you want all inheriting/implementing classes to implement a new defined abstract method.