Class DefaultDependencyInjectionStrategy
The default implementation of the IntroduceDependency(IntroduceDependencyContext, IAspectBuilder<INamedType>) interface method. It is designed to be easily extended and overwritten.
Namespace: Metalama.Extensions.DependencyInjection.Implementation
Assembly: Metalama.Extensions.DependencyInjection.dll
Syntax
[CompileTime]
public class DefaultDependencyInjectionStrategy : Object
Constructors
Name | Description |
---|---|
DefaultDependencyInjectionStrategy(DependencyContext) | Initializes a new instance of the DefaultDependencyInjectionStrategy class. |
Properties
Name | Description |
---|---|
Context | Gets the IntroduceDependencyContext for which the current object was created. |