コード例 #1
0
ファイル: ProductBuilder.cs プロジェクト: Stu-P/RefactorThis
 public ProductBuilder WithOption(ProductOptionBuilder value)
 {
     Options.Add(value);
     return(this);
 }