示例#1
0
 /// <summary>Attaches the given StatusPair.  Supports call chaining.</summary>
 public CarrierActionResult AttachStatus(StatusPair statusPair)
 {
     StatusList.Add(statusPair); return(this);
 }
示例#2
0
 /// <summary>Attaches the given StatusPair.  Supports call chaining.</summary>
 public CarrierActionResult AttachStatus(StatusPair statusPair)
 {
     StatusList.Add(statusPair); return this;
 }