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