Class InjectAttribute
Indicates that the property should be injected with a service.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public class InjectAttribute : Attribute
- Inheritance
-
InjectAttribute
- Inherited Members
Constructors
InjectAttribute()
public InjectAttribute()