Method RemoveAllCopies RemoveAllCopies(T) Remove all items equivalent to a given value. Declaration public void RemoveAllCopies(T item) Parameters Type Name Description T item The value to remove. Implements ICollection<T>.RemoveAllCopies(T)