LambdaExpression.ReturnType Property

Definition

Gets the return type of the lambda expression.

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

Property Value

The Type object representing the type of the lambda expression.

Applies to