コード例 #1
0
 public Builder AddBasicQotList(global::Qot_Common.BasicQot value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.basicQotList_.Add(value);
     return(this);
 }
コード例 #2
0
 public Builder SetBasicQotList(int index, global::Qot_Common.BasicQot value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.basicQotList_[index] = value;
     return(this);
 }