Automatically generate implementations of base class methods

后端 未结 7 823
我在风中等你
我在风中等你 2021-02-02 07:33

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?

7条回答
  •  一整个雨季
    2021-02-02 08:10

    For virtual methods type override, give an space and intellisense will show you all methods that can be inherited.

提交回复
热议问题