Exemple #1
0
 public void Add(Action action)
 {
     _lock.DoLock(() => _actions.Add(action));
 }