ConvertAll<TOutput> Method (SuggestionList)
In This Topic
Syntax
'Declaration
Public Function ConvertAll(Of )( _
ByVal As Converter(Of String,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
public System.Collections.Generic.List<TOutput> ConvertAll<>(
Converter<string,TOutput>
)
Parameters
- converter
Type Parameters
- TOutput
See Also