. . . "If D is a delegate type, and E is an expression that is classified as a method group, then D is compatible with E if and only if E contains at least one method that is applicable in its normal form (??14.4.2.1) to any argument list (??14.4.1) having types and modifiers matching the parameter types and modifiers of D.??? Basically what the above means that the compiler is ???smart??? enough to infe" .