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.

ConstructorBuilder::ReturnType Property

 
Note: This API is now obsolete.

Gets null.

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

public:
[ObsoleteAttribute("This property has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
property Type^ ReturnType {
	Type^ get();
}

Property Value

Type: System::Type^

Returns null.

This property might be removed in a future version.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft