Example #1
0
 public List <object> GenerateConstructorParameters(IInstanceGenerator instanceGenerator)
 {
     return(_fallbackTypeGenerator.GenerateConstructorParameters(instanceGenerator.Instance));
 }
Example #2
0
 private object CreateInstanceWithNewConstructorArguments()
 {
     _constructorArguments = _fallbackTypeGenerator.GenerateConstructorParameters(_generator.Instance);
     return(CreateInstanceWithCurrentConstructorArguments());
 }