|
| .NET Framework Class Library |
| ParallelEnumerable..::.Zip Method |
| ParallelEnumerable Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
![]() ![]() | Zip<(Of <(TFirst, TSecond, TResult>)>)(ParallelQuery<(Of <(TFirst>)>), IEnumerable<(Of <(TSecond>)>), Func<(Of <(TFirst, TSecond, TResult>)>)) | Obsolete.
This Zip overload should never be called.
This method is marked as obsolete and always throws
NotSupportedException when invoked.
|
![]() ![]() | Zip<(Of <(TFirst, TSecond, TResult>)>)(ParallelQuery<(Of <(TFirst>)>), ParallelQuery<(Of <(TSecond>)>), Func<(Of <(TFirst, TSecond, TResult>)>)) |
Merges in parallel two sequences by using the specified predicate function.
|

