Method CopyTo
CopyTo(string[])
Declaration
public void CopyTo(string[] array)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | array |
CopyTo(string[], int)
Declaration
public void CopyTo(string[] array, int arrayIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | array | |
| int | arrayIndex |
Implements
CopyTo(int, string[], int, int)
Declaration
public void CopyTo(int index, string[] array, int arrayIndex, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | |
| string[] | array | |
| int | arrayIndex | |
| int | count |