コード例 #1
0
 public void Dispose()
 {
     foreach (var @delegate in Notified.GetInvocationList())
     {
         Notified -= @delegate as Action;
     }
 }