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
Cast null to the type:
null
Func((Class1)null);