Delegate::Finalize Method

Releases the resources held by the current instance.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

protected:
virtual void Finalize() override

This member override applies only to the versions listed in "Version Information" later in this topic.

Application code does not call this method; it is automatically invoked during garbage collection, unless finalization by the garbage collector has been disabled. For more information, see GC::SuppressFinalize and Object::Finalize. This method overrides Object::Finalize.

Community Additions

Show: