FlexReport for WinForms
ConvertAll<TOutput> メソッド (RplRecs)


C1.Document アセンブリ > C1.Ssrs.RplReader.Recs 名前空間 > RplRecs クラス : ConvertAll<TOutput> メソッド
シンタックス
'宣言
 
Public Function ConvertAll(Of TOutput)( _
   ByVal converter As Converter(Of RplRec,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
'使用法
 
Dim instance As RplRecs
Dim converter As Converter(Of RplRec,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<RplRec,TOutput> converter
)

パラメータ

converter

型パラメータ

TOutput
参照

参照

RplRecs クラス
RplRecs メンバ