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 運算式的型別。

適用於