Пример #1
0
 public Builder SetStatistic(global::bnet.protocol.search.Statistic.Builder builderForValue)
 {
     pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     result.hasStatistic = true;
     result.statistic_   = builderForValue.Build();
     return(this);
 }
Пример #2
0
 public Builder AddStatistics(global::bnet.protocol.search.Statistic.Builder builderForValue) {
   pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
   result.statistics_.Add(builderForValue.Build());
   return this;
 }
Пример #3
0
 public Builder SetStatistics(int index, global::bnet.protocol.search.Statistic.Builder builderForValue) {
   pb::ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
   result.statistics_[index] = builderForValue.Build();
   return this;
 }