Ive been noticing that both Action and Func delegates , having the specific structure from 2 to 8 params :


why did they open – explicit counted – parameter types ? ( and if so , why 8?)
what about if i have 10 params ?
edit
dis-continuing the 8 tradition ,
tuple has 7 … ??

edit2
in the SystemCore.Dll – there are the 1..16 params ver.
Because the language does not support a variable amount of Type parameters.
Because 4 should usually be enough.
Then you will have to add the following to your own code: