ParallelEnumerable.Count Method
.NET Framework 4.5
Returns the number of elements in a parallel sequence.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Count<TSource>(ParallelQuery<TSource>) | Returns the number of elements in a parallel sequence. |
|
Count<TSource>(ParallelQuery<TSource>, Func<TSource, Boolean>) | Returns a number that represents how many elements in the specified parallel sequence satisfy a condition. |