ReSharper
 
Get ReSharper
You are viewing the documentation for an earlier version of ReSharper.

Push Members Down refactoring

Last modified: 08 March 2021

This refactoring helps move members and interface implementations from a base type to one or more direct inheritors of this type. For example, if you have class MyBaseClass : IMyInterface and class MyDerivedClass : MyBaseClass, this refactoring can help you move members of MyBaseClass to MyDerivedClass and/or move the entire implementation of IMyInterface to MyDerivedClass.

ReSharper. Push Members Down refactoring

This feature is supported in the following languages and technologies:

The instructions and examples given here address the use of the feature in C#. For details specific to other languages, see corresponding topics in the ReSharper by language section.