'宣言 Public Overloads Shared Function LiveCount(Of T)( _ ByVal source As View(Of T), _ ByVal predicate As System.Linq.Expressions.Expression(Of Func(Of T,Boolean)) _ ) As AggregationView(Of T,Integer)
public static AggregationView<T,int> LiveCount<T>( View<T> source, System.Linq.Expressions.Expression<Func<T,bool>> predicate )
パラメータ
- source
- テストされ、カウントされる要素が含まれているビュー。
- predicate
- 条件の各要素をテストする関数。
型パラメータ
- T
- source 内の要素の型。