Méthode | Description | |
---|---|---|
Create ( |
Gets or creates an injector for the specified constructor.
|
|
Create ( |
Gets or creates an injector for the specified method.
|
|
Create ( |
Gets or creates an injector for the specified property.
|
public Create ( |
||
constructor | The constructor. | |
Résultat | ConstructorInjector |
public Create ( |
||
method | The method. | |
Résultat | MethodInjector |
public Create ( |
||
property | The property. | |
Résultat | PropertyInjector |