ConvertAll<TOutput> Method (WorkDays)
public System.Collections.Generic.List<TOutput> ConvertAll<>(
Converter<DayOfWeek,TOutput>
)
'Declaration
Public Function ConvertAll(Of )( _
ByVal As Converter(Of DayOfWeek,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
Parameters
- converter
Type Parameters
- TOutput