Compiling the following code will return The call is ambiguous between the following methods or properties error. How to resolve it since I can\'t explicitly co
The call is ambiguous between the following methods or properties
You should be able to cast null to either of those, the same as you would a variable Func((Class1)null).
Func((Class1)null)