Click or drag to resize
Task Scheduler Managed Class Library

ActionCollectionCopyTo Method (Action, Int32)

Copies the elements of the ActionCollection to an array of Action, starting at a particular index.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public void CopyTo(
	Action[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: Microsoft.Win32.TaskSchedulerAction
The Action array that is the destination of the elements copied from ActionCollection. The Action array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in Action array at which copying begins.
See Also