DynamicExpression.DelegateType 属性

定义

获取 CallSite 使用的委托的类型。

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

属性值

Type 对象,它表示 CallSite 使用的委托的类型。

实现

适用于