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

Code Inspection: Redundant member override

Last modified: 08 March 2021

In the example below, an overriding method does nothing but call the base method. ReSharper considers such override redundant and suggests removing it to improve code clarity. You can add your custom code to the method or use the quick-fix to remove the redundant override.