Why can I not cast a List as List? Why does the following not work:
List
internal class ObjBase { } int
Please look at the following questions:
.NET Casting Generic List
Why does this generic cast fail?