[]
Copies the entire collection into a one-dimensional array, starting at the specified index in the target array.
public void CopyTo(ArticleBead[] array, int index)
Public Sub CopyTo(array As ArticleBead(), index As Integer)
Type | Name | Description |
---|---|---|
ArticleBead[] | array | The one-dimensional array that is the destination of the elements copied from the collection. |
int | index | The zero-based index in the array at which copying begins. |