Method RemoveAllCopies RemoveAllCopies(T) Remove all (at most 1) copies of item from this set. Declaration public virtual void RemoveAllCopies(T item) Parameters Type Name Description T item The item to remove Implements ICollection<T>.RemoveAllCopies(T)