ISchedulerCollection.Add(Object) Method

Definition

Adds an item to the collection.

public void Add (object item);
abstract member Add : obj -> unit
Public Sub Add (item As Object)

Parameters

item
Object

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

Applies to