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