Edit

Share via


SchedulerCollection<T>.Add(T) Method

Definition

Adds an item to the collection.

public void Add(T item);
abstract member Add : 'T -> unit
override this.Add : 'T -> unit
Public Sub Add (item As T)

Parameters

item
T

The item to add to the collection. The type for all items in the collection must be the same.

Implements

Applies to