次の方法で共有


ErrorListObserver.Finalize Method

Definition

Use C# destructor syntax for finalization code. This destructor will run only if the Dispose method does not get called. It gives your base class the opportunity to finalize. Do not provide destructors in types derived from this class.

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

Applies to