Collection Classes - slide 8 : 36 |
The class Collection<T> offers a basic repertoire of list operations
Collection<T> holds the operations prescribed by IEnumerable<T>, ICollection<T>, and Ilist<T> - and not much more
The Collection<T> class is located in the namespace System.Collections.ObjectModel