ComponentOne SpellChecker for WinForms
C1.Win.SpellChecker.8 Assembly / C1.Win.SpellChecker 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