Exemplo n.º 1
0
 public ActivatorReflection(IConstructorCacher constructorCacher)
 {
     this.constructorCacher = constructorCacher;
 }
 public ActivatorExpression(IConstructorCacher constructorCacher)
 {
     activator = this;
     this.constructorCacher = constructorCacher;
 }
Exemplo n.º 3
0
 public Resolver(IActivator activator, IConstructorCacher constructorCacher)
 {
     this.activator         = activator;
     this.constructorCacher = constructorCacher;
 }