Ejemplo n.º 1
0
 public Builder AddEvents(global::BonreePB.Event.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.events_.Add(builderForValue.Build());
     return(this);
 }
Ejemplo n.º 2
0
 public Builder SetEvents(int index, global::BonreePB.Event.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.events_[index] = builderForValue.Build();
     return(this);
 }