Sometimes I encounter cases where I have to attach a method to a delegate but the signature doesn\'t match, like trying to attach abc down there to somedelegate with the str
Just Googling for '.net delegate optional parameters' returns some results that may be useful:
Update (researching this some more, and helped by the first link above):
Could you perhaps use the Invoke method, which accepts any delegate?