Méthode | Description | |
---|---|---|
ConstructorReflectionStrategy ( ISelector selector, IInjectorFactory injectorFactory ) : System.Collections.Generic |
Initializes a new instance of the ConstructorReflectionStrategy class.
|
|
Execute ( IPlan plan ) : void |
Adds a ConstructorInjectionDirective to the plan for the constructor that should be injected.
|
public ConstructorReflectionStrategy ( ISelector selector, IInjectorFactory injectorFactory ) : System.Collections.Generic | ||
selector | ISelector | The selector component. |
injectorFactory | IInjectorFactory | The injector factory component. |
Résultat | System.Collections.Generic |
public Execute ( IPlan plan ) : void | ||
plan | IPlan | The plan that is being generated. |
Résultat | void |