[]
Copies the elements of the ICollection to an Array, starting at a particular Array index.
public void CopyTo(Array array, int index)
| Type | Name | Description |
|---|---|---|
| Array | array | |
| int | index |
Copies the ButtonCollection to a one-dimensional array.
public void CopyTo(Array 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)
| Type | Name | Description |
|---|---|---|
| int | index | |
| Array | array | |
| int | arrayIndex | |
| int | count |