LambdaExpression.ReturnType Propriedade

Definição

Obtém o tipo de retorno da expressão lambda.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

Valor da propriedade

Type

O Type objeto que representa o tipo da expressão lambda.The Type object representing the type of the lambda expression.

Aplica-se a