C# Class System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute

Inheritance: Attribute
Afficher le fichier Open project: dotnet/command-line-api

Méthodes publiques

Méthode Description
UnconditionalSuppressMessageAttribute ( string category, string checkId )

Initializes a new instance of the UnconditionalSuppressMessageAttribute class, specifying the category of the tool and the identifier for an analysis rule.

Method Details

UnconditionalSuppressMessageAttribute() public méthode

Initializes a new instance of the UnconditionalSuppressMessageAttribute class, specifying the category of the tool and the identifier for an analysis rule.
public UnconditionalSuppressMessageAttribute ( string category, string checkId )
category string The category for the attribute.
checkId string The identifier of the analysis rule the attribute applies to.