Exemplo n.º 1
0
 public Builder AddItems(global::tnt_deploy.PERSON_INFO.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.items_.Add(builderForValue.Build());
     return(this);
 }
Exemplo n.º 2
0
 public Builder SetItems(int index, global::tnt_deploy.PERSON_INFO.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.items_[index] = builderForValue.Build();
     return(this);
 }