Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Destructive Operations

Zeebs edited this page Jun 14, 2020 · 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().

DiContainer also implements IDisposable.