PrintDocument for WinForms
ConvertAll<TOutput> メソッド (RenderObjectList)


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

パラメータ

converter

型パラメータ

TOutput
参照

RenderObjectList クラス
RenderObjectList メンバ