ICollection.CopyTo Method

ChangeConflictCollection.ICollection.CopyTo Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Copies the collection to an array.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

'Declaration
Private Sub CopyTo ( _
	array As Array, _
	index As Integer _
) Implements ICollection.CopyTo

Parameters

array
Type: System.Array
Name of the array.
index
Type: System.Int32
Index of the array.

Implements

ICollection.CopyTo(Array, Int32)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft