示例#1
0
 public ProductBuilder WithOption(ProductOptionBuilder value)
 {
     Options.Add(value);
     return(this);
 }