Share via


DynamicExpression.DelegateType プロパティ

定義

CallSite によって使用されるデリゲートの型を取得します。

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

プロパティ値

CallSite によって使用されるデリゲートの型を表す Type オブジェクト。

実装

適用対象