SignatureHeader.HasExplicitThis 属性
定义
获取一个值,该值指示此 SignatureHeader 结构是否具有 ExplicitThis 签名特性。Gets a value that indicates whether this SignatureHeader structure has the ExplicitThis signature attribute.
public:
property bool HasExplicitThis { bool get(); };
public bool HasExplicitThis { get; }
member this.HasExplicitThis : bool
Public ReadOnly Property HasExplicitThis As Boolean
属性值
true 如果 ExplicitThis 特性存在,则为; 否则为 false 。true if the ExplicitThis attribute is present; otherwise, false.