SignatureHeader.IsGeneric 属性

定义

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

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

属性值

Boolean

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

适用于