Aracılığıyla paylaş


ChangeConflictCollection.ICollection.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
Private Sub CopyTo ( _
    array As Array, _
    index As Integer _
) Implements ICollection.CopyTo
'Usage
Dim instance As ChangeConflictCollection
Dim array As Array
Dim index As Integer

CType(instance, ICollection).CopyTo(array, _
    index)
void ICollection.CopyTo(
    Array array,
    int index
)

Parameters

  • index
    Type: System.Int32

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

Implements

ICollection.CopyTo(Array, Int32)

See Also

Reference

ChangeConflictCollection Class

ChangeConflictCollection Members

Microsoft.SharePoint.Linq Namespace