Method | Description | |
---|---|---|
ConstructorCall ( |
Initializes a new instance of the ConstructorCall class.
|
Method | Description | |
---|---|---|
GetUnresolvedDependency ( IDependency currentDependency ) : IImplementation |
Determines the IImplementation instance that will be used to emit the code that will execute if the currentDependency cannot be resolved when the container is compiled.
|
public ConstructorCall ( |
||
constructor | The target constructor. | |
return | System |
protected GetUnresolvedDependency ( IDependency currentDependency ) : IImplementation | ||
currentDependency | IDependency | The unresolved dependency. |
return | IImplementation |