Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticZip<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.

System_CAPS_pubmethodSystem_CAPS_staticZip<TFirst, TSecond, TResult>(ParallelQuery<TFirst>^, ParallelQuery<TSecond>^, Func<TFirst, TSecond, TResult>^)

Merges in parallel two sequences by using the specified predicate function.

Return to top
Show:
© 2017 Microsoft