5,451 questions
In my opinion, it means that you should not send the parameters, which are not required (not used) by the function.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Using VS 2022 17.1.0 Preview 1.1,
In Options/Text Editor/C#/General:
I'm confused by the examples displayed for the 'Avoid unused parameters' options:
Am I supposed to prefer functions that take no parameters over those that take more than one? Surely that isn't it, but I can't find clarification...
In my opinion, it means that you should not send the parameters, which are not required (not used) by the function.