❔ What of use is the identifier for the delegate?

I do think
public delegate void NumManipulationHandler(string state);

can be modified into
public delegate void NumManipulationHandler(string);

but it hates to do it.
Was this page helpful?