Exemplo n.º 1
0
 public Builder AddCreateCollectionCommand(global::Alachisoft.NosDB.Common.Protobuf.CreateCollectionCommand value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.createCollectionCommand_.Add(value);
     return(this);
 }
Exemplo n.º 2
0
 public Builder SetCreateCollectionCommand(int index, global::Alachisoft.NosDB.Common.Protobuf.CreateCollectionCommand value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.createCollectionCommand_[index] = value;
     return(this);
 }