'宣言
Public Function ConvertAll(Of TOutput)( _ ByVal converter As Converter(Of Style,TOutput) _ ) As List(Of TOutput)
public List<TOutput> ConvertAll<TOutput>( Converter<Style,TOutput> converter )
パラメータ
- converter
- A Converter delegate that converts each element from one type to another type.
型パラメータ
- TOutput
- The type of the elements of the target array.