コード例 #1
0
ファイル: HongBaoReq.cs プロジェクト: kxlcn/android-weixin
 public HongBaoReq.Builder SetBaseRequest(BaseRequest.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasBaseRequest = true;
     this.result.baseRequest_   = builderForValue.Build();
     return(this);
 }
コード例 #2
0
 public GetChatroomMemberDetailRequest.Builder SetBaseRequest(BaseRequest.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasBaseRequest = true;
     this.result.baseRequest_   = builderForValue.Build();
     return(this);
 }