ActivityDesigner.Finalize Method

Definition

When overridden in a derived class, allows an object to clean up any resources deterministically.

!ActivityDesigner ()
~ActivityDesigner ();
override this.Finalize : unit -> unit
Finalize ()

Remarks

This method cleans up resources by calling Dispose(false). Override Dispose to customize the cleanup.

Applies to