ComponentOne SpellChecker for WinForms
FindAll Method (SuggestionList)

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > SuggestionList Class : FindAll Method
Syntax
'Declaration
 
Public Function FindAll( _
   ByVal match As System.Predicate(Of String) _
) As System.Collections.Generic.List(Of String)
public System.Collections.Generic.List<string> FindAll( 
   System.Predicate<string> match
)

Parameters

match
See Also

Reference

SuggestionList Class
SuggestionList Members