Why IList<> has less feature than List<>?

Posted by Benny on Stack Overflow See other posts from Stack Overflow or by Benny
Published on 2010-03-13T14:05:29Z Indexed on 2010/03/13 14:15 UTC
Read the original article Hit count: 320

Filed under:
|
|

To use such great function as ConvertAll(), I have to convert IList to List, it's painful.

© Stack Overflow or respective owner

Related posts about generics

Related posts about c#