Collection<> vs List<>

Posted by Ten Ton Gorilla on Stack Overflow See other posts from Stack Overflow or by Ten Ton Gorilla
Published on 2010-03-17T17:26:07Z Indexed on 2010/03/17 17:31 UTC
Read the original article Hit count: 401

Filed under:

What's the functional difference in Collection<> and List<> in .NET 3.5? When would you use a Collection instead of a List?

© Stack Overflow or respective owner

Related posts about .NET