Applies a specified function to the corresponding elements of two sequences, producing a sequence of the results
Overload List
Overload | Description |
ZipEx<T1,T2,TR>(IEnumerable<T1>,IEnumerable<T2>,Func<T1,T2,TR>) | Applies a specified function to the corresponding elements of two sequences, producing a sequence of the results |
ZipEx<T1,T2,TR>(IEnumerable<T1>,IEnumerable<T2>,Func<Int32,T1,T2,TR>) | Applies a specified function to the corresponding elements of two sequences, producing a sequence of the results |
See Also