LongCount Method

Task Parallel System.Threading

Overload List

  NameDescription
LongCount<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>))
Returns an Int64 that represents the total number of elements in a parallel sequence.
LongCount<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Boolean>)>))
Returns an Int64 that represents how many elements in a parallel sequence satisfy a condition.

See Also