Lecture overview -- Keyboard shortcut: 'u'  Previous page: The Interface <b><kbd>IList<T></kbd></b> -- Keyboard shortcut: 'p'  Next page: Sample use of class <b><kbd>Collection<T></kbd></b> -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Collection Classes - slide 8 : 36

Overview of the class Collection<T>

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