Any Method

Task Parallel System.Threading

Overload List

  NameDescription
Any<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>))
Determines whether a parallel sequence contains any elements.
Any<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Boolean>)>))
Determines in parallel whether any element of a sequence satisfies a condition.

See Also