GrapeCity ActiveReports for .NET 16.0J
ConvertAll<TOutput> メソッド

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : ConvertAll<TOutput> メソッド
The type of the elements of the target array.
A Converter delegate that converts each element from one type to another type.
Converts the elements in the current List to another type, and returns a list containing the converted elements.
シンタックス
'宣言
 
Public Function ConvertAll(Of TOutput)( _
   ByVal converter As Converter(Of Style,TOutput) _
) As List(Of TOutput)

パラメータ

converter
A Converter delegate that converts each element from one type to another type.

型パラメータ

TOutput
The type of the elements of the target array.

戻り値の型

A List of the target type containing the converted elements from the current List.
例外
例外解説
converter is null 参照 (Visual Basicでは Nothing).
参照

StyleSheet クラス
StyleSheet メンバ