Method ICollection<T>.Clear ICollection<T>.Clear() Removes all items from the ICollection<T>. Declaration void ICollection<T>.Clear() Implements ICollection<T>.Clear() Exceptions Type Condition NotSupportedException The ICollection<T> is read-only.