ComponentOne SpellChecker for WinForms
ConvertAll<TOutput> Method (SuggestionList)

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > SuggestionList Class : ConvertAll<TOutput> Method
Syntax
'Declaration
 
Public Function ConvertAll(Of TOutput)( _
   ByVal converter As Converter(Of String,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
public System.Collections.Generic.List<TOutput> ConvertAll<TOutput>( 
   Converter<string,TOutput> converter
)

Parameters

converter

Type Parameters

TOutput
See Also

Reference

SuggestionList Class
SuggestionList Members