Why can I not convert from List<IScreen> to List<IRenderable> even when IScreen implements IRenderab

Posted by Blub on Stack Overflow See other posts from Stack Overflow or by Blub
Published on 2010-05-24T10:03:56Z Indexed on 2010/05/24 10:21 UTC
Read the original article Hit count: 173

Filed under:
|
|

Pretty self explanatory question, glad for any answer. For me it doesn't make sense. I don't care about losing information. I just want to concatenate all my lists that inherit IRenderable somehow into a single list and then call IRenderable methods on it. I have a feeling that this is some basic rule of programming I forgot...

© Stack Overflow or respective owner

Related posts about c#

Related posts about interface