Пример #1
0
 internal void RegisterReentrant(Func <object, bool> evaluator)
 {
     AssertClosed();
     reentrant.Register(evaluator);
 }