TriggerCollectionCopyTo(Trigger, Int32) Method
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public void CopyTo(
Trigger[] array,
int arrayIndex
)
Parameters
- array Trigger
-
The one-dimensional Array that is the destination of the elements copied from ICollectionT. The
Array must have zero-based indexing.
- arrayIndex Int32
- The zero-based index in array at which copying begins.