'Declaration Public Sub CopyTo( _ ByVal array() As ArticleBead, _ ByVal index As System.Integer _ )
public void CopyTo( ArticleBead[] array, System.int index )
Parameters
- array
- The one-dimensional array that is the destination of the elements copied from the collection.
- index
- The zero-based index in the array at which copying begins.