MethodSignature<TType>.ReturnType Property

Definition

Gets the return type of the method.

public:
 property TType ReturnType { TType get(); };
public TType ReturnType { get; }
member this.ReturnType : 'ype
Public ReadOnly Property ReturnType As TType

Property Value

TType

The return type.

Applies to