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 override void Finalize()

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

Return to top
Show: