The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ParallelEnumerable::LongCount Method
.NET Framework (current version)
Returns an Int64 that represents the total number of elements in a parallel sequence.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | LongCount<TSource>(ParallelQuery<TSource>^) | Returns an Int64 that represents the total number of elements in a parallel sequence. |
![]() ![]() | LongCount<TSource>(ParallelQuery<TSource>^, Func<TSource, Boolean>^) | Returns an Int64 that represents how many elements in a parallel sequence satisfy a condition. |
Show:

