public void Unregister(Type abstraction) { ISafeDictionary <Type, LifeTimeManager> config; services.TryRemove(abstraction, out config); }
public bool Unregister(Type type) { ServiceEntry se; return(services.TryRemove(type, out se)); }