'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function LiveSum(Of TSource)( _ ByVal source As View(Of TSource), _ ByVal selector As System.Linq.Expressions.Expression(Of Func(Of TSource,Integer)) _ ) As AggregationView(Of TSource,Integer)
[System.Runtime.CompilerServices.Extension()] public static AggregationView<TSource,int> LiveSum<TSource>( View<TSource> source, System.Linq.Expressions.Expression<Func<TSource,int>> selector )
パラメータ
- source
- 合計を計算する値が含まれるビュー。
- selector
- 各要素に適用する変換関数。
型パラメータ
- TSource
- source 内の要素の型。
戻り値の型
値の合計を表すビュー。