public FactoryToChoiceBinder <TParam1, TContract> WithFactoryArguments(object[] args)
 {
     FactoryBindInfo.Arguments = InjectUtil.CreateArgList(args);
     return(this);
 }
コード例 #2
0
 public ConditionBinder WithArguments(params object[] args)
 {
     BindInfo.Arguments = InjectUtil.CreateArgList(args);
     return(this);
 }
 public ConditionCopyNonLazyBinder WithArguments(object[] args)
 {
     BindInfo.Arguments = InjectUtil.CreateArgList(args);
     return(this);
 }
 WithFactoryArguments(object[] args)
 {
     FactoryBindInfo.Arguments = InjectUtil.CreateArgList(args);
     return(this);
 }