An array of System.Reflection.ParameterInfo objects that represent the parameters of the dynamic method.
The System.Reflection.ParameterInfo objects returned by this method are for information only. Use the DynamicMethod.DefineParameter(int, System.Reflection.ParameterAttributes, string) method to set or change the characteristics of the parameters.