ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / RadialMenuItemCollection Class / CopyTo Method / CopyTo(Array,Int32) Method
The one-dimensional System.Array that is the destination of the elements copied from RadialMenuItemCollection. The System.Array must have zero-based indexing.
The zero-based index in array at which copying begins.

In This Topic
    CopyTo(Array,Int32) Method
    In This Topic
    Copies the entire System.Collections.Generic.List`1 to a compatible one-dimensional array, starting at the specified index of the target array.
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal array As System.Array, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       System.Array array,
       System.int index
    )

    Parameters

    array
    The one-dimensional System.Array that is the destination of the elements copied from RadialMenuItemCollection. The System.Array must have zero-based indexing.
    index
    The zero-based index in array at which copying begins.
    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