Gets a System.Reflection.ParameterInfo object that contains information about the return type of the method, such as whether the return type has custom modifiers.
Documentation for this section has not yet been entered.
Compiler designers can use the System.Reflection.ParameterInfo object returned by this property to discover whether custom modifiers, such as Microsoft.VisualC.IsConstModifier, have been applied to the return type.