A System.Reflection.ParameterAttributes value representing the attributes for the parameter reflected by the current instance.
This method utilizes the ParameterInfo.AttrsImpl method.
To get the System.Reflection.ParameterInfo array, first get the method or the constructor and then call MethodBase.GetParameters.