C#C
C#3y ago
16 replies
TheSnowOwl

Give a function with any number of arguments as parameter to another function.

i know how to pass a function with 0 to 16 arguments as parameter, however having this constraint by the Action or Func types, as far as i know, does not allow me to pass in a function with no arguments and later one with 2 arguments. is there perhaps any way that i could do this?
Was this page helpful?