_MethodInfo.ReturnType Property

Definition

Provides COM objects with version-independent access to the ReturnType property.

public:
 property Type ^ ReturnType { Type ^ get(); };
public Type ReturnType { get; }
member this.ReturnType : Type
Public ReadOnly Property ReturnType As Type

Property Value

The return type of this method.

Remarks

This property is for access to managed classes from unmanaged code and should not be called from managed code.

The ReturnType property gets the return type of this method.

Applies to