Method | 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. | |
return | ConstructorInjector |
public Create ( |
||
method | The method. | |
return | MethodInjector |
public Create ( |
||
property | The property. | |
return | PropertyInjector |