'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function LiveCount(Of T)( _ ByVal source As View(Of T) _ ) As AggregationView(Of T,Integer)
[System.Runtime.CompilerServices.Extension()] public static AggregationView<T,int> LiveCount<T>( View<T> source )
パラメータ
- source
- カウントされる要素が含まれているビュー。
型パラメータ
- T
- source 内の要素の型。