ConstructorBuilder.ReturnType Property

Definition

Caution

This property has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

Gets null.

public:
 property Type ^ ReturnType { Type ^ get(); };
public Type ReturnType { get; }
[System.Obsolete("This property has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
public Type ReturnType { get; }
member this.ReturnType : Type
[<System.Obsolete("This property has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.ReturnType : Type
Public ReadOnly Property ReturnType As Type

Property Value

Returns null.

Attributes

Remarks

This property might be removed in a future version.

Applies to