|
|
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 |
|