Example #1
0
 public OSMessage.Builder SetTransparent(Transparent.Builder builderForValue)
 {
     Google.ProtocolBuffers.ThrowHelper.ThrowIfNull((object)builderForValue, nameof(builderForValue));
     this.PrepareBuilder();
     this.result.hasTransparent = true;
     this.result.transparent_   = builderForValue.Build();
     return(this);
 }
Example #2
0
 // Token: 0x0600096D RID: 2413 RVA: 0x0001686D File Offset: 0x00014A6D
 public Builder SetTransparent(Transparent.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     PrepareBuilder();
     result.HasTransparent = true;
     result.transparent_   = builderForValue.Build();
     return(this);
 }
 public MMPMessage.Builder SetTransparent(Transparent.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasTransparent = true;
     this.result.transparent_   = builderForValue.Build();
     return(this);
 }