WorkflowTheme.Finalize Method

Definition

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

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

Remarks

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

Applies to