Map3
Builds a new collection whose elements are the results of applying the given mapping
function to the corresponding elements of the three collections simultaneously.
Parameters
Returns
Func<T, T2, T3, TResult> mapping
IEnumerable<T> source
IEnumerable<T2> source2
IEnumerable<T3> source3
IEnumerable<TResult>
Usage
Concatenating values from three collections
Last updated
Was this helpful?