[]
Copies the string values in the collection to an array, starting at the specified array index.
public void CopyTo(string[] array, int arrayIndex)
Public Sub CopyTo(array As String(), arrayIndex As Integer)
| Type | Name | Description |
|---|---|---|
| string[] | array | One-dimension array that is the destination of the string values copied from the collection. |
| int | arrayIndex | Zero-based index in array at which copying begins. |