Skip to content

Destructive Operations

Guy Antoine edited this page Feb 5, 2021 · 1 revision

De-register

📝 These operations will run Dispose() on the objects if they implement IDisposable.

A specific registration can be removed with Unregister<T>(). The entire container can be purged with UnregisterAll().

IocContainer also implements IDisposable.