ChangeConflictCollection.ICollection.CopyTo Method (Array, Int32)

 

Copies the collection to an array.

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

private abstract CopyTo : 
        array:Array *
        index:int -> unit
private override CopyTo : 
        array:Array *
        index:int -> unit

Parameters

array
Type: System.Array

Name of the array.

index
Type: System.Int32

Index of the array.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: