コード例 #1
0
ファイル: E087.cs プロジェクト: mosaicsys/MosaicLibCS
 /// <summary>Attaches the given StatusPair.  Supports call chaining.</summary>
 public CarrierActionResult AttachStatus(StatusPair statusPair)
 {
     StatusList.Add(statusPair); return(this);
 }
コード例 #2
0
ファイル: E087.cs プロジェクト: mosaicsys/MosaicLibCS
 /// <summary>Attaches the given StatusPair.  Supports call chaining.</summary>
 public CarrierActionResult AttachStatus(StatusPair statusPair)
 {
     StatusList.Add(statusPair); return this;
 }