DependencyAttribute Clase
Definición
Atributo que indica que el tipo especificado proporciona una implementación concreta de una interfaz necesaria.An attribute that indicates that the specified type provides a concrete implementation of a needed interface.
[System.AttributeUsage]
public sealed class DependencyAttribute : Attribute
type DependencyAttribute = class
inherit Attribute
- Herencia
-
DependencyAttribute
- Atributos
Constructores
DependencyAttribute(Type) |
Crea un DependencyAttribute con propiedades predeterminadas.Creates a new DependencyAttribute with default values. |