Is there a way to promote a method signature from a class to an interface the class implements. I seem to remember there being some way to do this, but It isn't obvious.
Is there a way to promote a method signature from a class to an interface the class implements. I seem to remember there being some way to do this, but It isn't obvious.
That would be the Pull Members Up refactoring, Mike. ;)
Michael Kirby wrote:
That would be the Pull Members Up refactoring, Mike. ;)
Ciao,
Gordon
Duhh..
Thanks
I'm sure I've done it before. I didn't notice the pulldown at the top of the screen.
Mike