Zip Method

Task Parallel System.Threading

Overload List

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

See Also