FlexReport for WPF
ConvertAll<TOutput> メソッド (LogEntryList)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > LogEntryList クラス : ConvertAll<TOutput> メソッド
シンタックス
'宣言
 
Public Function ConvertAll(Of TOutput)( _
   ByVal converter As Converter(Of LogEntry,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
'使用法
 
Dim instance As LogEntryList
Dim converter As Converter(Of LogEntry,TOutput)
Dim value As System.Collections.Generic.List(Of TOutput)
 
value = instance.ConvertAll(Of TOutput)(converter)
public System.Collections.Generic.List<TOutput> ConvertAll<TOutput>( 
   Converter<LogEntry,TOutput> converter
)

パラメータ

converter

型パラメータ

TOutput
参照

LogEntryList クラス
LogEntryList メンバ