Esempio n. 1
0
 public Builder AddPropList(global::FrameWork.GetAcctPropListReply.Types.AcctProp value)
 {
     pb::ThrowHelper.ThrowIfNull(value, "value");
     PrepareBuilder();
     result.propList_.Add(value);
     return(this);
 }
Esempio n. 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);
 }