LinqConnect Documentation
Devart.Data.Linq Namespace / ChangeConflictCollection Class / CopyTo Method
Destination array to copy elements of the collection. Must be zero-based array.
Array index to start copying from.

In This Topic
    CopyTo Method (ChangeConflictCollection)
    In This Topic
    Copies the elements of the ICollection to an Array, starting at the arrayIndex index.
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As ObjectChangeConflict, _
       ByVal arrayIndex As Integer _
    ) 
    public void CopyTo( 
       ObjectChangeConflict[] array,
       int arrayIndex
    )

    Parameters

    array
    Destination array to copy elements of the collection. Must be zero-based array.
    arrayIndex
    Array index to start copying from.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also