DynamicType.ICollection.CopyTo Method
Copies the collection items to the specified array starting at the specified index.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Private Sub CopyTo ( _
array As Array, _
index As Integer _
) Implements ICollection.CopyTo
'Usage
Dim instance As DynamicType
Dim array As Array
Dim index As Integer
CType(instance, ICollection).CopyTo(array, _
index)
void ICollection.CopyTo(
Array array,
int index
)
Parameters
array
Type: System.ArrayThe destination array.
index
Type: System.Int32The starting index.
Implements
ICollection.CopyTo(Array, Int32)