Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the members of the EntitySet<TEntity> to the specified array beginning at the specified array index.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As Array, _
index As Integer _
)
'Usage
Dim instance As EntitySet
Dim array As Array
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
Array array,
int index
)
Parameters
array
Type: System.ArrayThe target array.
index
Type: System.Int32The zero-based index in the array at which copying begins.
Implements
ICollection.CopyTo(Array, Int32)