// Token: 0x06000C39 RID: 3129 RVA: 0x0001CF82 File Offset: 0x0001B182 public Builder SetSmsContent(int index, SmsContentEntry.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); PrepareBuilder(); result.smsContent_[index] = builderForValue.Build(); return(this); }
// Token: 0x06000C3B RID: 3131 RVA: 0x0001CFD4 File Offset: 0x0001B1D4 public Builder AddSmsContent(SmsContentEntry.Builder builderForValue) { ThrowHelper.ThrowIfNull(builderForValue, "builderForValue"); PrepareBuilder(); result.smsContent_.Add(builderForValue.Build()); return(this); }
public SmsInfo.Builder AddSmsContent(SmsContentEntry.Builder builderForValue) { Google.ProtocolBuffers.ThrowHelper.ThrowIfNull((object)builderForValue, nameof(builderForValue)); this.PrepareBuilder(); this.result.smsContent_.Add(builderForValue.Build()); return(this); }