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.
MethodBuilder::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)
public: property ParameterInfo^ ReturnParameter { virtual ParameterInfo^ get() override; }
Property Value
Type: System.Reflection::ParameterInfo^A ParameterInfo object that contains information about the return type.
| Exception | Condition |
|---|---|
| InvalidOperationException | The declaring type has not been created. |
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.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Available since 2.0
Silverlight
Available since 2.0
Show: