In C#, if I have a parameter for a function where the parameter type is of an interface, how do a pass in an object that implements the interface.
Here is an example
You can't do that, you have to convert list
exampleList.Cast().ToList();