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

Code Inspection: Unused parameter in partial method

Last modified: 21 July 2022

This inspection detects unused parameters in the implementation parts of a partial method.

Unused method parameters might indicate incomplete or dead code. Follow ReSharper’s suggestion to remove an unused parameter and update usages.