The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MethodInfo::ReturnParameter Property
.NET Framework (current version)
Gets a ParameterInfo object that contains information about the return type of the method, such as whether the return type has custom modifiers.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection::ParameterInfo^A 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 IsConstModifier, have been applied to the return type.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: