Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
!Icon ()
~Icon ();
override this.Finalize : unit -> unit
Finalize ()
Thank you.