ActionCollectionInsert Method

Inserts an action at the specified index.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public void Insert(
	int index,
	Action action
)

Parameters

index  Int32
The zero-based index at which action should be inserted.
action  Action
The action to insert into the list.

See Also