GrapeCity ActiveReports for .NET 12.0J
Select<T,TR> メソッド (EnumerableExtensions)

最初および最後のマーカーで提供された配列の投影。
構文
'宣言
 
Public Shared Function Select
    (Of T,TR)( _
   ByVal items As IEnumerable(Of T), _
   ByVal selector As Func(Of T,Boolean,Boolean,TR) _
) As IEnumerable(Of TR)
public static IEnumerable<TR> Select<T,TR>( 
   IEnumerable<T> items,
   Func<T,bool,bool,TR> selector
)

パラメータ

items
selector

型パラメータ

T
TR
参照

関連項目

EnumerableExtensions クラス
EnumerableExtensions メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.