MethodBuilder.ReturnType Property

Definition

Gets the return type of the method represented by this MethodBuilder.

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

Property Value

The return type of the method.

Remarks

Note

Starting with the .NET Framework 2.0 and the .NET Compact Framework 2.0, this member is inherited from the base class, MethodInfo. See MethodInfo.ReturnType.

Applies to