Code inspection: Redundant member override
Last modified: 04 June 2024tip
In the example below, an overriding method does nothing but calls the base method. ReSharper considers such overrides redundant and suggests removing them to improve code clarity. You can add your custom code to the method or use the quick-fix to remove the redundant override.