C# Класс System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute

Наследование: Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

UnconditionalSuppressMessageAttribute() публичный Метод

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.