コード例 #1
0
ファイル: Hub.cs プロジェクト: nice1378/x2clr
 /// <summary>
 /// Detaches the specified flow from this hub.
 /// </summary>
 public Hub Detach(Flow flow)
 {
     flow.DetachFrom(this);
     return this;
 }