R
Ryan
Hi,
How can I get around runtime error that says I can not explicit cast
List<SubClass> to ICollection<Class>?
Generic List inhertis generic ICollection and
Subclass inherits Class,
then should not a problem to cast it explicitly, right?
Thanks!
How can I get around runtime error that says I can not explicit cast
List<SubClass> to ICollection<Class>?
Generic List inhertis generic ICollection and
Subclass inherits Class,
then should not a problem to cast it explicitly, right?
Thanks!