 | ActionCollectionCopyTo Method (Int32, Action, Int32, Int32) |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic void CopyTo(
int index,
Action[] array,
int arrayIndex,
int count
)
Public Sub CopyTo (
index As Integer,
array As Action(),
arrayIndex As Integer,
count As Integer
)
public:
void CopyTo(
int index,
array<Action^>^ array,
int arrayIndex,
int count
)
Request Example
View SourceParameters
- index
- Type: SystemInt32
The zero-based index in the source at which copying begins. - 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. - count
- Type: SystemInt32
The number of elements to copy.
Exceptions
See Also