Mimer Data Provider v9.2

MimerParameterCollection.CopyTo Method 

Copies the MimerParameter objects from the MimerParameterCollection to the supplied array.

[Visual Basic]
NotOverridable Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) Implements _
   ICollection.CopyTo
[C#]
public void CopyTo(
   Array array,
   int index
);

Parameters

array
The array into which to copy the MimerParameter objects.
index
Start index in the array.

Implements

ICollection.CopyTo

See Also

MimerParameterCollection Class | Mimer.Data.Client Namespace