Dela via


BorrowedList<TElement>.Remove(TElement) Method

Definition

Removes the first occurrence of a specific object from the ICollection<T>.

public bool Remove (TElement item);
abstract member Remove : 'Element -> bool
override this.Remove : 'Element -> bool
Public Function Remove (item As TElement) As Boolean

Parameters

item
TElement

Returns

Implements

Applies to