Compartir a través de


GeneratedActivatorConstructorAttribute Clase

Definición

Cuando se aplica a un constructor, indica que las implementaciones del activador generadas deben usar ese constructor al activar instancias.

[System.AttributeUsage(System.AttributeTargets.Constructor)]
public sealed class GeneratedActivatorConstructorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Constructor)>]
type GeneratedActivatorConstructorAttribute = class
    inherit Attribute
Public NotInheritable Class GeneratedActivatorConstructorAttribute
Inherits Attribute
Herencia
GeneratedActivatorConstructorAttribute
Atributos

Comentarios

Este atributo se puede usar para llamar a constructores que requieren dependencias insertadas.

Constructores

GeneratedActivatorConstructorAttribute()

Inicializa una nueva instancia de la clase GeneratedActivatorConstructorAttribute.

Se aplica a