Refectoring option - Define interface from class
Suppose I have a class and I'd like to define an interface such that this class implements this (new) interface I'd like to define. That is the the re-factoring will define an interface for me such that the public members and properties of the class are the members of the interface.
Of course the class should be modified to now implement this interface as well.
1
vote