Blog about Japan
Just discovered with Resharper
If you have method
Result MyMethod(myParam param) { ... }
And If somewhere you use Linq like Blabla(param => MyMethod(param))
You can replace it with "method group" Blabla(MyMethod)
No comments:
Post a Comment