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


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

パラメータ

converter

型パラメータ

TOutput
参照

参照

BookmarkList クラス
BookmarkList メンバ