Class DiagnosticAnalyzerAttribute
Inheritance
DiagnosticAnalyzerAttribute
Assembly: Microsoft.CodeAnalysis.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class DiagnosticAnalyzerAttribute : Attribute
Constructors
DiagnosticAnalyzerAttribute(string, params string[])
Declaration
public DiagnosticAnalyzerAttribute(string firstLanguage, params string[] additionalLanguages)
Parameters
| Type |
Name |
Description |
| string |
firstLanguage |
|
| string[] |
additionalLanguages |
|
Properties
Languages
Declaration
public string[] Languages { get; }
Property Value