CopyTo Method

ChangeConflictCollection.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
Public Sub CopyTo ( _
	array As ObjectChangeConflict(), _
	arrayIndex As Integer _
)

Parameters

array
Type: System.Data.Linq.ObjectChangeConflict ()
The array to copy to.
arrayIndex
Type: System.Int32
The array index where the copy is to start.

Implements

ICollection(Of T).CopyTo(T(), Int32)

Copies the elements of the collection to an array.

This member is an explicit interface member implementation. It can be used only when the ChangeConflictCollection instance is cast to an ICollection interface.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft