ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gallery Namespace / C1GalleryItemCollection Class / CopyTo Method

In This Topic
    CopyTo Method (C1GalleryItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub CopyTo( _
       ByVal array() As C1GalleryItem, _
       ByVal index As System.Integer _
    ) 
    public void CopyTo( 
       C1GalleryItem[] array,
       System.int index
    )

    Parameters

    array
    index
    See Also