Share via


ChangeConflictCollection.CopyTo method

Copies the members of the collection into the specified array beginning at the specified zero-based index of the target array.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As ObjectChangeConflict(), _
    arrayIndex As Integer _
)
'Usage
Dim instance As ChangeConflictCollection
Dim array As ObjectChangeConflict()
Dim arrayIndex As Integer

instance.CopyTo(array, arrayIndex)
public void CopyTo(
    ObjectChangeConflict[] array,
    int arrayIndex
)

Parameters

  • array
    Type: []

    The target array.

  • arrayIndex
    Type: System.Int32

    The zero-based point in the target array at which copying begins.

Implements

ICollection<T>.CopyTo([], Int32)

See also

Reference

ChangeConflictCollection class

ChangeConflictCollection members

Microsoft.SharePoint.Linq namespace