ActionCollectionInsert Method
Inserts an action at the specified index.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
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.