First Method

Task Parallel System.Threading

Overload List

  NameDescription
First<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>))
Returns the first element of a parallel sequence.
First<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Boolean>)>))
Returns the first element in a parallel sequence that satisfies a specified condition.

See Also