Compartilhar via


GeneratorAttribute Construtores

Definição

Sobrecargas

GeneratorAttribute()

O construtor de atributo usado para especificar a classe anexada é um gerador de origem que fornece fontes CSharp.

GeneratorAttribute(String, String[])

O construtor de atributo usado para especificar a classe anexada é um gerador de origem e indica quais idiomas ele dá suporte.

GeneratorAttribute()

Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs

O construtor de atributo usado para especificar a classe anexada é um gerador de origem que fornece fontes CSharp.

public GeneratorAttribute ();
Public Sub New ()

Aplica-se a

GeneratorAttribute(String, String[])

Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs
Source:
GeneratorAttribute.cs

O construtor de atributo usado para especificar a classe anexada é um gerador de origem e indica quais idiomas ele dá suporte.

public GeneratorAttribute (string firstLanguage, params string[] additionalLanguages);
new Microsoft.CodeAnalysis.GeneratorAttribute : string * string[] -> Microsoft.CodeAnalysis.GeneratorAttribute
Public Sub New (firstLanguage As String, ParamArray additionalLanguages As String())

Parâmetros

firstLanguage
String

Uma linguagem à qual o gerador se aplica.

additionalLanguages
String[]

Idiomas adicionais aos quais o gerador se aplica. Consulte LanguageNames.

Aplica-se a