IDynamicExpression.DelegateType プロパティ

定義

動的な式のポリモーフィック インライン キャッシュに使用される規則の種類である、CallSite で使用されるデリゲート型を取得します。

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

プロパティ値

Type

CallSite で使用されるデリゲート型。

適用対象