コード例 #1
0
 public void CancelAllSubscriptions()
 {
     subscriptions.Apply(sub => sub.UnsubscribeAll());
 }