SignatureHeader.IsGeneric Property

Definition

Gets a value that indicates whether this SignatureHeader structure has the Generic signature attribute.

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

Property Value

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

Applies to