バージョン

ConvertAll<TOutput> メソッド (ColorBlend)

シンタックス
'宣言
 
Public Function ConvertAll(Of TOutput)( _
   ByVal converter As System.Converter(Of ColorBlendEntry,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
public System.Collections.Generic.List<TOutput> ConvertAll<TOutput>( 
   System.Converter<ColorBlendEntry,TOutput> converter
)

パラメータ

converter

型パラメータ

TOutput
参照

オンラインで表示: GitHub