Вопрос

I have a class which has 10 methods. What i want is to create an interface of that class, i.e the interface will contain only the signature of those 10 methods.

Can it be done easily in .NET using Visual studio?

I am asking this question because I am changing the architecture of my project and for every class present in my project i need an interface.

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top