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

In This Topic
    ForEach Method (SuggestionList)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ForEach( _
       ByVal action As System.Action(Of String) _
    ) 
    public void ForEach( 
       System.Action<string> action
    )

    Parameters

    action
    See Also