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 could also use a variable:
Class1 x = null; Func(x);