Creates a new sequence populated with the results of calling a provided function on every element in the source sequence
A new sequence with each element being the result of the selector function.
source sequence
function to transform each item T in the source sequence into TOut
T
TOut
Generated using TypeDoc
Creates a new sequence populated with the results of calling a provided function on every element in the source sequence
Returns
A new sequence with each element being the result of the selector function.