ComponentOne SpellChecker for WinForms
ForEach Method (SuggestionList)

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > SuggestionList Class : ForEach Method
Syntax
'Declaration
 
Public Sub ForEach( _
   ByVal action As System.Action(Of String) _
) 
public void ForEach( 
   System.Action<string> action
)

Parameters

action
See Also

Reference

SuggestionList Class
SuggestionList Members