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