CopyTo(Array,Int32) Method
In This Topic
Copies the entire System.Collections.Generic.List`1 to a compatible one-dimensional array, starting at the specified index of the target array.
Syntax
'Declaration
Public Overloads Sub CopyTo( _
ByVal As Array, _
ByVal As Integer _
)
public void CopyTo(
Array ,
int
)
Parameters
- array
- The one-dimensional System.Array that is the destination of the elements copied from RadialMenuItemCollection. The System.Array must have zero-based indexing.
- index
- The zero-based index in array at which copying begins.
See Also