PendulumDots.Finalize Method

Definition

Releases unmanaged resources before an instance of the PendulumDots class is reclaimed by garbage collection.

!PendulumDots ()
~PendulumDots ();
abstract member Finalize : unit -> unit
override this.Finalize : unit -> unit
Finalize ()

Remarks

NOTE: Leave out the finalizer altogether if this class doesn't own unmanaged resources itself, but leave the other methods exactly as they are. This method releases unmanaged resources by calling the virtual Dispose(bool), passing in 'false'.

Applies to