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
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