Esempio n. 1
0
 public Builder AddRobots(global::atwork_pb_msgs.Robot.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.robots_.Add(builderForValue.Build());
     return(this);
 }
Esempio n. 2
0
 public Builder SetRobots(int index, global::atwork_pb_msgs.Robot.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.robots_[index] = builderForValue.Build();
     return(this);
 }