Count Method

Task Parallel System.Threading

Overload List

  NameDescription
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.

See Also