C# 클래스 System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute

상속: Attribute
파일 보기 프로젝트 열기: dotnet/command-line-api

공개 메소드들

메소드 설명
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.