PendulumDots.Finalize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'.