ChangeConflictCollection.CopyTo Method (ObjectChangeConflict[], Int32)
.NET Framework (current version)
For a description of this member, see CopyTo.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
abstract CopyTo : array:ObjectChangeConflict[] * arrayIndex:int -> unit override CopyTo : array:ObjectChangeConflict[] * arrayIndex:int -> unit
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<'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.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: