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