CopyTo Method (ActionCollection)
In This Topic
Copies the collection of Actions beginning with the specified index to the specified array of Action objects.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal () As Action, _
ByVal As System.Integer _
)
public void CopyTo(
Action[] ,
System.int
)
Parameters
- array
- index
See Also