SignatureHeader.HasExplicitThis 属性

定义

获取一个值,该值指示此 SignatureHeader 结构是否具有 ExplicitThis 签名特性。

public:
 property bool HasExplicitThis { bool get(); };
public bool HasExplicitThis { get; }
member this.HasExplicitThis : bool
Public ReadOnly Property HasExplicitThis As Boolean

属性值

Boolean

true if the ExplicitThis attribute is present; otherwise, false.

适用于