Method Remove Remove(TValue) Removes the first occurrence of the specified item from the list. Declaration public bool Remove(TValue item) Parameters Type Name Description TValue item Returns Type Description bool Implements ICollection<T>.Remove(T)