메소드 | 설명 | |
---|---|---|
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. | |
리턴 | ConstructorInjector |
public Create ( |
||
method | The method. | |
리턴 | MethodInjector |
public Create ( |
||
property | The property. | |
리턴 | PropertyInjector |