Method Remove Remove(T) Removes a particular value. Declaration public bool Remove(T item) Parameters Type Name Description T item The value to remove. Returns Type Description bool True if the value was present.