Compiler Ambiguous invocation error – anonymous method and method group with Func or Action
First off, let me just say that Jon’s answer is correct. This is one of the hairiest parts of the spec, so good on Jon for diving into it head first. Second, let me say that this line: An implicit conversion exists from a method group to a compatible delegate type (emphasis added) is deeply … Read more