Exemplo n.º 1
0
 public Builder AddBooks(global::books.Book value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.books_.Add(value);
     return(this);
 }
Exemplo n.º 2
0
 public Builder SetBooks(int index, global::books.Book value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.books_[index] = value;
     return(this);
 }