DynamicMethod::ReturnParameter Property

 

Gets the return parameter of the dynamic method.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

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

Property Value

Type: System.Reflection::ParameterInfo^

Always null.

This property always returns null for dynamic methods.

.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.1
Return to top
Show: