Visual Studio 2010: Easiest way to duplicate a class?

后端 未结 7 1551
深忆病人
深忆病人 2021-01-18 19:08

Is there an easy way to duplicate a class with a different name?

7条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-18 20:02

    Refactor to give a new name, copy, undo, paste :-) Remember the undo! This will rename the constructors and finalizers!

提交回复
热议问题