Copies the entire
TagCollection to a compatible one-dimensional array, starting at the specified index of the target array.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal As Array, _
ByVal As Integer _
)
public void CopyTo(
Array ,
int
)
Parameters
- array
- The target array.
- index
- Start index of the array.
See Also