DynamicMethod::ReturnParameter Property
.NET Framework (current version)
Gets the return parameter of the dynamic method.
Assembly: mscorlib (in mscorlib.dll)
public: property ParameterInfo^ ReturnParameter { virtual ParameterInfo^ get() override; }
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
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show: