Remove

RemoveOnlyListBase<T>.Remove method

Removes the first occurrence of a specific object from the collection.

public bool Remove(T item)
Parameter Type Description
item T The item to remove from the collection.

Return Value

True if item was successfully removed; otherwise false.

See Also