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.
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.
Show: