Create an Interface from a class in Visual Studio
By [)ia6l0 iii
Following the wrong sequence in programming? Created classes first? No problem. You can refactor and created an Interface from the class.
Right -click in the class file. Choose Refactor - Extract Interface option. Choose the methods that you want to be part of the Interface. Click Ok.
Done
Create an Interface from a class in Visual Studio (1067 Views)