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.

MethodInfo::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
Assembly:  mscorlib (in mscorlib.dll)

public:
property ParameterInfo^ ReturnParameter {
	virtual ParameterInfo^ get();
}

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