In .net, is there a way using reflection to determine if a parameter on a method is marked with the "params" keyword?
|
|
|
|
|
|
|
Test to see whether the final ParameterInfo has ParamArrayAttribute applied to it. |
||
|
|
|
|
Check to see if a ParamArrayAttribute has been applied to the ParameterInfo object:
|
|||
|
