ICollection.CopyTo Method

EntitySet(Of TEntity).ICollection.CopyTo Method

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

For a description of this member, see CopyTo.

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
The array to which elements of the collection are copied.
index
Type: System.Int32
The array index at which copying begins.

Implements

ICollection.CopyTo(Array, Int32)

This member is an explicit interface member implementation. It can be used only when the EntitySet(Of TEntity) instance is cast to an ICollection interface.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft