// Token: 0x060009FA RID: 2554 RVA: 0x00017D54 File Offset: 0x00015F54 public Builder SetActionChain(int index, ActionChain.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); PrepareBuilder(); result.actionChain_[index] = builderForValue.Build(); return(this); }
// Token: 0x060009FC RID: 2556 RVA: 0x00017DA6 File Offset: 0x00015FA6 public Builder AddActionChain(ActionChain.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); PrepareBuilder(); result.actionChain_.Add(builderForValue.Build()); return(this); }
public Transparent.Builder AddActionChain(ActionChain.Builder builderForValue) { Google.ProtocolBuffers.ThrowHelper.ThrowIfNull((object)builderForValue, nameof(builderForValue)); this.PrepareBuilder(); this.result.actionChain_.Add(builderForValue.Build()); return(this); }