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