SchedulerCollection<T>.Remove(T) Method

Definition

Removes the first occurrence of the specified item from the collection.

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

Parameters

item
T

The item to remove from the collection.

Returns

Is true if the item is found and removed from the collection; otherwise, false.

Implements

Applies to