LambdaExpression.ReturnType 属性

定义

获取 lambda 表达式的返回类型。

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

属性值

Type

表示 lambda 表达式的类型的 Type 对象。

适用于