See Also: ICollection<T> Members
- T
- Documentation for this section has not yet been entered.
This interface is the base interface for classes in the System.Collections.Generic namespace.
This interface extends IEnumerable<T>; IDictionary<T, U> and IList<T> are more specialized interfaces that extend ICollection<T>.
Some collections that limit access to their elements, like the Queue<T>class and the Stack<T> class, directly implement the ICollection<T> interface.