Code Providers – Add to Interface
July 29th, 2011
The Add to Interface code provider adds the active member declaration to the specified interface that is implemented by the current type. You can choose the target interface via the sub menu inside the Refactor! popup menu:
The code provider is available on the public, non-static members. The member should not be an interface implemented member of another interface.
Here’s the sample: