Nevron .NET Vision
Nevron.Collections Namespace / NArrayList Class / CopyTo Method / CopyTo(Int32,Array,Int32,Int32) Method


In This Topic
    CopyTo(Int32,Array,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub CopyTo( _
       ByVal index As System.Integer, _
       ByVal array As System.Array, _
       ByVal arrayIndex As System.Integer, _
       ByVal count As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NArrayList
    Dim index As System.Integer
    Dim array As System.Array
    Dim arrayIndex As System.Integer
    Dim count As System.Integer
     
    instance.CopyTo(index, array, arrayIndex, count)
    public virtual void CopyTo( 
       System.int index,
       System.Array array,
       System.int arrayIndex,
       System.int count
    )

    Parameters

    index
    array
    arrayIndex
    count
    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