D'oh. Absolutely right. that's why I should have used something like this: public static string Concat(int x, double y) => $"{x},{y}"; Func concat = Maths.Concat;
@Rhysling27 ай бұрын
This was excellent. Thank you.
@swildermuth7 ай бұрын
Glad you enjoyed it!
@ytxzw7 ай бұрын
Thank you for such a good explanation.
@swildermuth7 ай бұрын
You are welcome!
@hozmannew8967 ай бұрын
Perfect as usual.
@swildermuth7 ай бұрын
Wow, thank you!
@margosdesarian7 ай бұрын
Excellent tutorial!!
@swildermuth7 ай бұрын
Glad you liked it!
@minhquangvu93107 ай бұрын
Good job.
@swildermuth7 ай бұрын
Many many thanks
@CrankViewer7 ай бұрын
Nice, thanks!
@swildermuth7 ай бұрын
No problem!
@irvinwaldman42337 ай бұрын
promo code doesn't seem to work
@swildermuth7 ай бұрын
DAYOFASPIRE should work for 20% off.
@alexanderx79597 ай бұрын
hmm... btw, why do they call them Actions? why not Procedures, which was initially used for ones with no return type? :)
@swildermuth7 ай бұрын
I didn't name them, but I think actions might be a better name. Procedures implies state change (at least to me) whereas "Action" seems more generic (it could be for logging, etc.).