DynamicExpression.DelegateType 属性
定义
public:
property Type ^ DelegateType { Type ^ get(); };
public Type DelegateType { get; }
member this.DelegateType : Type
Public ReadOnly Property DelegateType As Type
属性值
- Type
Type 对象,它表示 CallSite 使用的委托的类型。The Type object representing the type of the delegate used by the CallSite.
实现
适用于