Beispiel #1
0
 public Builder AddPropList(global::FrameWork.GetAcctPropListReply.Types.AcctProp value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.propList_.Add(value);
     return(this);
 }
Beispiel #2
0
 public Builder SetPropList(int index, global::FrameWork.GetAcctPropListReply.Types.AcctProp value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.propList_[index] = value;
     return(this);
 }