Use Collection<T> for overriding if you need your own custom list. Use
List<T> otherwise.
Additionally, in public interfaces, don't expose concrete types, use
IList<T>, ICollection<T> or IEnumerable<T>, depending on what you want to
make available to clients.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.