ActionCollectionCopyTo(Int32, Action, Int32, Int32) Method
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public void CopyTo(
int index,
Action[] array,
int arrayIndex,
int count
)
Parameters
- index Int32
- The zero-based index in the source at which copying begins.
- array Action
-
The Action array that is the destination of the elements copied from ActionCollection. The Action array must have zero-based indexing.
- arrayIndex Int32
- The zero-based index in Action array at which copying begins.
- count Int32
- The number of elements to copy.