ActionCollectionAddRange Method
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public void AddRange(
IEnumerable<Action> actions
)
Parameters
- actions IEnumerableAction
-
The actions to be added to the end of the ActionCollection. The collection itself cannot be null and cannot
contain null elements.