First Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ParallelEnumerable..::.First Method |
| ParallelEnumerable Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| 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.
|