Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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.Emit
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
Return to top
Show:
© 2017 Microsoft