ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SuggestionList Class / AddRange Method

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

    Parameters

    collection
    See Also