'宣言
Public Shared Function FromLambda(Of TR)( _ ByVal getCount As Func(Of Integer), _ ByVal getItem As Func(Of Integer,TR) _ ) As IItemCollection(Of TR)
public static IItemCollection<TR> FromLambda<TR>( Func<int> getCount, Func<int,TR> getItem )
パラメータ
- getCount
- getItem
型パラメータ
- TR