Compartilhar via


ConsiderForCodeGenerationAttribute(Type, Boolean) Construtor

Definição

Inicializa uma nova instância de ConsiderForCodeGenerationAttribute.

protected ConsiderForCodeGenerationAttribute (Type type, bool throwOnFailure = false);
new Orleans.CodeGeneration.ConsiderForCodeGenerationAttribute : Type * bool -> Orleans.CodeGeneration.ConsiderForCodeGenerationAttribute
Protected Sub New (type As Type, Optional throwOnFailure As Boolean = false)

Parâmetros

type
Type

O tipo para o qual o gerador deve gerar código

throwOnFailure
Boolean

Quando true, ele gerará uma exceção se o código não puder ser gerado para esse tipo.

Aplica-se a