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


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

パラメータ

converter

型パラメータ

TOutput
参照

参照

Breaks クラス
Breaks メンバ