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


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

パラメータ

converter

型パラメータ

TOutput
参照

参照

BrickCollection<TItem> クラス
BrickCollection<TItem> メンバ