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

属性值

Boolean

true 如果 ExplicitThis 特性存在,则为; 否则为 falsetrue if the ExplicitThis attribute is present; otherwise, false.

适用于