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