ConditionalWeakTable<TKey, TValue>::Finalize Method ()

.NET Framework (current version)
 

Ensures that resources are freed and other cleanup operations are performed when the garbage collector reclaims the ConditionalWeakTable<TKey, TValue> object.

Namespace:   System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

protected:
virtual void Finalize() override

The garbage collector calls Finalize when the current object is ready to be finalized.

Return to top
Show: