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::Zip Method
.NET Framework (current version)
Merges in parallel two sequences by using the specified predicate function.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Zip<TFirst, TSecond, TResult>(ParallelQuery<TFirst>^, IEnumerable<TSecond>^, Func<TFirst, TSecond, TResult>^) | Obsolete. This Zip overload should never be called. This method is marked as obsolete and always throws NotSupportedException when invoked. |
![]() ![]() | Zip<TFirst, TSecond, TResult>(ParallelQuery<TFirst>^, ParallelQuery<TSecond>^, Func<TFirst, TSecond, TResult>^) | Merges in parallel two sequences by using the specified predicate function. |
Show:

