Delegate InjectorAction
Framework internal delegate type participating in dependency injection
Namespace: Azos.Apps.Injection
Assembly: Azos.dll
Syntax
public delegate void InjectorAction(object target, IApplicationDependencyInjector appInjector);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | target | |
| IApplicationDependencyInjector | appInjector |