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:

