ComponentOne Sparkline for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / WordList Class / CopyTo Method

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

    Parameters

    array
    index
    See Also