ConditionalWeakTable<TKey,TValue>.Finalize Method

Definition

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

!ConditionalWeakTable`2 ()
~ConditionalWeakTable ();
override this.Finalize : unit -> unit
Finalize ()

Remarks

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

Applies to

See also