The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ParallelEnumerable::Last Method
.NET Framework (current version)
Returns the last element of a parallel sequence.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Last<TSource>(ParallelQuery<TSource>^) | Returns the last element of a parallel sequence. |
![]() ![]() | Last<TSource>(ParallelQuery<TSource>^, Func<TSource, Boolean>^) | Returns the last element of a parallel sequence that satisfies a specified condition. |
Show:

