Class InjectAttribute
Indicates that a field should be injected.
Inheritance
System.Object
System.Attribute
InjectAttribute
Namespace: AlchemyBow.Core.IoC
Assembly: AlchemyBow.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Field)]
public class InjectAttribute : Attribute
Remarks
Only works in classes decorated with the [InjectionTarget]
attribute.