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 表達式類型的物件。

適用於