Nevron .NET Vision
Nevron.Collections Namespace / NSystemArray Structure / CopyTo Method


In This Topic
    CopyTo Method (NSystemArray)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub CopyTo( _
       ByRef array As NSystemArray, _
       ByVal startIndex As System.Integer, _
       ByVal count As System.Integer, _
       ByVal capacity As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NSystemArray
    Dim array As NSystemArray
    Dim startIndex As System.Integer
    Dim count As System.Integer
    Dim capacity As System.Integer
     
    instance.CopyTo(array, startIndex, count, capacity)
    public void CopyTo( 
       ref NSystemArray array,
       System.int startIndex,
       System.int count,
       System.int capacity
    )

    Parameters

    array
    startIndex
    count
    capacity
    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