ActiveReports for .NET 18.0J
ForEach<T> メソッド (EnumerableExtensions)

GrapeCity.Viewer.Common 名前空間 > EnumerableExtensions クラス : ForEach<T> メソッド
シーケンス項目ごとにアクションを実行します。
シンタックス
'宣言
 
Public Shared Sub ForEach(Of T)( _
   ByVal source As IEnumerable(Of T), _
   ByVal action As Action(Of T) _
) 
public static void ForEach<T>( 
   IEnumerable<T> source,
   Action<T> action
)

パラメータ

source
action

型パラメータ

T
参照

EnumerableExtensions クラス
EnumerableExtensions メンバ