LambdaExpression.ReturnType プロパティ

定義

ラムダ式の戻り値の型を取得します。

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

プロパティ値

Type

ラムダ式の型を表す Type オブジェクト。

適用対象