Method Remove Remove(T) Removes the given item from this list. Declaration bool Remove(T item) Parameters Type Name Description T item The item to remove. Returns Type Description bool Returns true if item was removed from the list. Otherwise, returns false if the item was not found.