[]
Copies the elements of the ICollection to an Array, starting at a particular Array index.
public void CopyTo(Array array, int index)
Public Sub CopyTo(array As Array, index As Integer)
| Type | Name | Description |
|---|---|---|
| Array | array | |
| int | index |
Copies the ButtonCollection to a one-dimensional array.
public void CopyTo(Array array)
Public Sub CopyTo(array As Array)
| Type | Name | Description |
|---|---|---|
| Array | array |
Copies the ArrayList or a portion of it to a one-dimensional array.
public void CopyTo(int index, Array array, int arrayIndex, int count)
Public Sub CopyTo(index As Integer, array As Array, arrayIndex As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | |
| Array | array | |
| int | arrayIndex | |
| int | count |