Hacker News new | ask | show | jobs
by AtNightWeCode 1623 days ago
Don't think it works in this case. In general why there are so many overloads in C# with parameters like arg0, arg1, arg2 and so on is because of the poor performance of the params solution for value types.