Why can I not cast a List as List? Why does the following not work:
List
internal class ObjBase { } int
Here is how I fixed the Conversion from a
list
to a
object
and then to a
https://stackoverflow.com/a/16147909/2307326