Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NListBoxItemCollection Class / CopyTo Method


In This Topic
    CopyTo Method (NListBoxItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub CopyTo( _
       ByVal destination() As System.Object, _
       ByVal arrayIndex As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NListBoxItemCollection
    Dim destination() As System.Object
    Dim arrayIndex As System.Integer
     
    instance.CopyTo(destination, arrayIndex)
    public void CopyTo( 
       System.object[] destination,
       System.int arrayIndex
    )

    Parameters

    destination
    arrayIndex
    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