Last Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ParallelEnumerable..::.Last Method |
| ParallelEnumerable Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| Last<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>)) |
Returns the last element of a parallel sequence. | |
| Last<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Boolean>)>)) |
Returns the last element of a parallel sequence that satisfies a specified condition.
|