System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.SuppressMessageAttribute C# (CSharp) Method

SuppressMessageAttribute() public method

public SuppressMessageAttribute ( String category, String checkId ) : System
category String
checkId String
return System
		public SuppressMessageAttribute (String category, String checkId) {
			this.category = category;
			this.checkId = checkId;
		}
SuppressMessageAttribute