ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.C1SpellChecker Namespace / CharRangeList Class / AddRange Method

In This Topic
    AddRange Method (CharRangeList)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As System.Collections.Generic.IEnumerable(Of CharRange) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<CharRange> collection
    )

    Parameters

    collection
    See Also