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
Using as for the casting makes it slightly more readable with the same functionality.
as
Func(null as Class1);