AnnotationStore.Finalize Method

Definition

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.

Applies to