Automatically generate implementations of base class methods

后端 未结 7 830
我在风中等你
我在风中等你 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:06

    The current official Microsoft documentation for automatically implementing an abstract base class is here:

    https://docs.microsoft.com/en-us/visualstudio/ide/reference/implement-abstract-class

提交回复
热议问题