Simplifies the syntax used to assign a method to a delegate. Method group conversion allows you to assign the name of a method to a delegate, without the use new or explicitly invoking the delegate’s constructor.
how to use
Assign methods to delegates minimizing boilerplate. That is, allow compiler to infer delegate assignment from overloaded method group.