Count Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ParallelEnumerable..::.Count Method |
| ParallelEnumerable Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| Count<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>)) |
Returns the number of elements in a parallel sequence.
| |
| Count<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Boolean>)>)) |
Returns a number that represents how many elements in the specified
parallel sequence satisfy a condition.
|