AnnotationStore.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.
Guarantees that Dispose(Boolean) will eventually be called for this store.
!AnnotationStore ()
~AnnotationStore ();
override this.Finalize : unit -> unit
Finalize ()
Remarks
This method overrides base Finalize method. The application program should not call Finalize directly. Finalize is automatically invoked during garbage collection unless disabled by a call to the SuppressFinalize method.
For more information, see Finalize Methods and Destructors, Cleaning Up Unmanaged Resources, and Overriding the Finalize Method.