Is it possible to have a C# lambda/delegate that can take a variable number of parameters that can be invoked with a Dynamic-invoke?
All my attempts to use the \'par
No, but any of the parameters it does take can be an array.
Without more details, that's the long and short of it.