Exemple #1
0
 public bool Remove(Type serviceType)
 {
     return(locker.CouldWrite(() => instances.Remove(serviceType)));
 }