Some predefined methods contain a ParamArray in their signature. Delegates, however, cannot contain a ParamArray in their signature.
Question: Assume you wish to cre
Are you sure that delegates do not support ParamArray? Ok, even if they don't, ParamArray is syntax sugar for plain old array. define parameter as array, that's it.