Method Remove Remove(T) Removes the specified item. Declaration public bool Remove(T item) Parameters Type Name Description T item The item. Returns Type Description bool true if removed, false otherwise. Implements ICollection<T>.Remove(T)