Nice idea and implementation :-)
Why to enforce parameters to have the same names like in the interface declaration in method doAllParametersMatch?
if (!(targetParam.Name == callingParam.Name && ...
On my opinion, it's not so clear when you code lambda expression like this:
.Runs<int, string>(numberOfFoos =>
Thanks,
Vadim
Nice idea and implementation :-)
Why to enforce parameters to have the same names like in the interface declaration in method doAllParametersMatch?
if (!(targetParam.Name == callingParam.Name && ...
On my opinion, it's not so clear when you code lambda expression like this:
.Runs<int, string>(numberOfFoos =>
Thanks,
Vadim