Why isn't there generic variance for classes in C# 4.0?

Posted by devoured elysium on Stack Overflow See other posts from Stack Overflow or by devoured elysium
Published on 2010-04-28T21:44:44Z Indexed on 2010/04/28 21:47 UTC
Read the original article Hit count: 235

Filed under:
|
|
|

If we have it for interfaces, why dont we have it also for classes? What would be the problem that we would incurr when using it?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about generics