Exemplo n.º 1
0
 public Builder AddRtList(global::Qot_Common.TimeShare.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.rtList_.Add(builderForValue.Build());
     return(this);
 }
Exemplo n.º 2
0
 public Builder SetRtList(int index, global::Qot_Common.TimeShare.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.rtList_[index] = builderForValue.Build();
     return(this);
 }