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