MethodInfo.ReturnParameter Property
Silverlight
Gets a ParameterInfo object that contains information about the return type of the method, such as whether the return type has custom modifiers.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection.ParameterInfoA ParameterInfo object that contains information about the return type.
| Exception | Condition |
|---|---|
| NotImplementedException | This method is not implemented. |
Compiler designers can use the ParameterInfo object returned by this property to discover whether custom modifiers, such as IsConst, have been applied to the return type.
Platform Notes
Silverlight for Windows Phone
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.