Method | Description | |
---|---|---|
DelegatingMethodReplacer ( IConfigurableObjectDefinition objectDefinition, IObjectFactory objectFactory ) : System |
Creates a new instance of the ArgumentNullException class.
|
|
Implement ( object target, |
Reimplements the supplied method by delegating to another Spring.Objects.Factory.Support.IMethodReplacer looked up in an enclosing IoC container.
|
public DelegatingMethodReplacer ( IConfigurableObjectDefinition objectDefinition, IObjectFactory objectFactory ) : System | ||
objectDefinition | IConfigurableObjectDefinition | /// The object definition that is the target of the method replacement. /// |
objectFactory | IObjectFactory |
/// The enclosing IoC container with which the above
/// |
return | System |
public Implement ( object target, |
||
target | object |
/// The instance whose |
method | /// The method that is to be (re)implemented. /// | |
arguments | object | The target method's arguments. |
return | object |