Source.Finalize Method

Definition

The class destructor, called just before the object is destroyed.

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

Remarks

This is where any final clean up is done.

This destructor currently does nothing.

Applies to